Skip to content

A simplistic, lightweight game engine written in c++.

Notifications You must be signed in to change notification settings

m-bocelli/cafe-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cafe Engine

Minimalist 2D rogue-like engine built on SDL2.

Compiling

To compile a debug executable on MacOS run the following on your command line:

make debug_m

For a release executable (optimized and w/o debug flags) run:

make release_m

Compile cmd for Windows will be ready when I get back to my Windows machine...

License

MIT, feel free to use!

About

A simplistic, lightweight game engine written in c++.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages