Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 727fb89f authored by SZCZEPANSKI Marin's avatar SZCZEPANSKI Marin
Browse files

Add API intro

parent ab715ab0
No related branches found
No related tags found
No related merge requests found
# Draft for the complete game engine API
This is just a draft.
The goal of this small library is to provide a simple framework for creating 2D games.
The map is a 2D grid, with tiles (floor, obstacles...) and entities (boxes to push, monsters, items...).
Inputs can be prompted or read from a file, and a simplistic events manager is given.
The game can then be played in a console, with ASCII drawings. To create an actual graphic interface we will probably use Easytracker.
## Including the library and common stuff
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment