Skip to content

macromate/Ants

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview of the directories
===============================
  - assets: Holds the image files and the python scripts. Needs to be
            in the same folder as the executeable, so it is copied during
            the building process.
  - build: Should be empty, this is the predefined folder for building Ants.
  - cmake: Includes custom CMake scripts
  - src: The source files
  - test: The unit test files
  
How to build
==============
Execute:
  $ cd Ants/build
  $ cmake ../src
  $ make

=> Finished!
Start the game using
  $ ./ants

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages