Skip to content

[DEPRECATED]Lightweight engine to create games and apps in console with WIN32 API

License

Notifications You must be signed in to change notification settings

SuperArtyK/console_engine_win32

Repository files navigation

ArtyK's Console Engine

What is the ArtyK's Console Engine?

ArtyK's Console Engine is the open-source composition of code that make possible to create games in console.

Why to use this tool?

Because it is simple to use, lightweight and consists only of the code files, so, no playing with linker necessary!
Also it is based on modules that you can enable and disable when you need them, So you will get needed functionality when it is necessary.

Basically console game engine for my console games and apps.
Currently will work for windows, but I'll try to port it to linux later.

ArtyK's Console Engine License

This engine is licensed under GNU GPL3.
You will find a copy of it:

  1. in the same directory as this README
  2. in the documentation
  3. at this link.

Installation

To install the engine code and be able to use it:

Template method:
  1. download the template given in the release
  2. extract it
  3. open the .sln
  4. ???
  5. profit
Code copy-paste method:
  1. download code
  2. add "include" directory to additional include dirs
  3. add source files from "src" directory. Or if you are on linux, type out the/whole/path to all src files
  4. profit

Documentation

For engine documentation, visit this link.