Skip to content

Source code for my final CS project, made in under 2 weeks

License

Notifications You must be signed in to change notification settings

8ightfold/ascii-engine

Repository files navigation

Ascii Engine

engine screenshot

You can find progress videos here.

If you are attempting to build this program, make sure you run the exe as admin (VERY IMPORTANT!!!). Since Windows updated their console api, some functions may not work otherwise (it will also be quite slow).

The SPEC file is a format I made to define project specifications. I have yet to standardize the system. Hopefully I will have a parser finished soon.

The compiler command can be found in "compile.bat". If you wish to compile by hand, make sure you include "include" with -I, and link to libgdi32.

UIGen was meant to be used for generating ui structures from an HTMLesque format, but unfortunately I don't think it will be finished on time.

About

Source code for my final CS project, made in under 2 weeks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages