Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 751 Bytes

File metadata and controls

21 lines (16 loc) · 751 Bytes

Warning

This repo has not been maintained in a long while. All of the tutorials here are outdated. You're on your own here. Good luck.

CatWare Engine

CatWare is a game engine developed and used by Cat Code Software to build games.

Building

CatWare uses cmake to generate projects. To generate build files open your terminal and run

mkdir bulid
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release

Tutorials

All tutorials are located in Docs/Tutorials

Additional notes

  • If you are crazy enough to use this engine please contanct PointThink (pointthink@protonmail.me) and we might include your game in a "games using CatWare" section or something.