RES
RES is a minimalist game engine focused on low-resolution paletted raster graphics. RES is written in Haxe and extremely portable.
Installation
- Install Haxe following the instructinos on the official website
- Using
haxelib(library manager utility for haxe) install RES:` haxelib install res`
or use git if you want the bleeding edge version :
`
haxelib git res https://github.com/RES-Haxe/res.git
3. Now you can use RES cli:
haxelib run res
4. To initialize a project use:
haxelib run res init MyProject project/directory`