https://github.com/timxor/aileninvasion
we come in peace, we mean no harm
https://github.com/timxor/aileninvasion
alien go predicament simulation
Last synced: about 1 year ago
JSON representation
we come in peace, we mean no harm
- Host: GitHub
- URL: https://github.com/timxor/aileninvasion
- Owner: timxor
- License: mit
- Created: 2019-10-30T04:51:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-26T17:10:29.000Z (over 6 years ago)
- Last Synced: 2024-04-14T12:59:20.031Z (about 2 years ago)
- Topics: alien, go, predicament, simulation
- Language: Go
- Size: 3.19 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# aileninvasion
1. catch and extract cli --n=6 variables
2. catch and extract file cli --input=cities.txt
3. create a data structure for the map of cities
4. assign aliens to random start points: city.setRandomStartLocation()
5. create a loop function for updating the state: alien.wander(), for(alien a : aliens)
6. create move(), city.getAilenCount(), city.destroyed(), game.isValid()
7. print out world.dump()
8. add comments about assumptions
9. add test case
10. update readme