Skip to content

Langorithm/antGame2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

antgame

This is an implementation of Langton's Ant. Currently it uses ncurses to run, so before compiling you must install ncurses.

Getting ready

Install ncurses. In ubuntu do:

apt install libncurses5-dev libncursesw5-dev

Compile. There is no makefile yet, so run:

g++ main.cpp antgame.cpp -lncurses

Controls

  • Q: Quit
  • P: Toggle auto-step
  • Pressing any other key will advance a game 1 step

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages