https://github.com/mlms13/swarm-game
A game of swarming
https://github.com/mlms13/swarm-game
Last synced: 3 months ago
JSON representation
A game of swarming
- Host: GitHub
- URL: https://github.com/mlms13/swarm-game
- Owner: mlms13
- Created: 2014-12-15T15:37:38.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-02T16:18:28.000Z (over 10 years ago)
- Last Synced: 2024-04-13T23:40:59.239Z (about 1 year ago)
- Language: Haxe
- Size: 221 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Swarm Game
Swarm Game is a competitive flocking simulation. Someday it might grow up to be a game, where you make decisions and those decisions have consequences. There may even be winning!
## Building and Running
You've probably already installed Haxe and Haxelib, because you are a champion. Next up, you'll need a fresh copy of the open source [Boidz](https://github.com/mlms13/boidz) library, and you'll need to tell Haxelib to use boidz from git.
# assuming you are starting in swarm-game folder...
cd ..
git clone https://github.com/mlms13/boidz.git
haxelib dev boidz ./boidz/src/Then, change back into the swarm-game folder and install the rest of the dependencies:
cd ./swarm-game
haxelib install allAnd finally, build and run the simulation:
haxe build.hxml
xdg-open bin/index.html # or just `open` on Mac## Success and Victory
You earned it.