Skip to content

This repository includes the whole simulation/backend Part of the AntMe! Engine and the AntMe! Simulation Calculation.

License

Notifications You must be signed in to change notification settings

Geoffrey-Fish/AntMeCore

 
 

Repository files navigation

AntMe! Core

This repository includes the whole simulation/backend Part of the AntMe! Engine and the AntMe! Simulation Calculation.

AntMe!

AntMe! is a free, fun game that teaches players object-oriented programming. It’s easy to pick up, it’s exciting, and despite being a game, it’s very relevant to real-world applications. You control your very own ant colony using real, professional code. You teach your ants how to master many challenges, like how to gather sugar and apples, how to defend their anthill and how to defeat the natural enemies of ants and programmers alike: bugs. From the very start, AntMe! teaches you how to code using a real programming language (C# and Visual Basic are currently supported). That means that you can immediately utilize your new knowledge to write working programs of your own. The game is based on a sound scientific foundation and is currently used with considerable success in a number of schools and universities.

Continuous Integration

master develop
Travis CI (Linux / OSX) Build Status Build Status
AppVeyor (Windows) Build status Build status

Code Coverage

Coverage Status

Build

To build AntMe! we're using cake.

Windows
# Execute the script.
./build.ps1
Linux / OS X
# Execute the script.
./build.sh

Links

About

This repository includes the whole simulation/backend Part of the AntMe! Engine and the AntMe! Simulation Calculation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.5%
  • Other 0.5%