Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gregmalcolm/turtle-war
Make war not love. With Logo scripts
https://github.com/gregmalcolm/turtle-war
Last synced: about 2 months ago
JSON representation
Make war not love. With Logo scripts
- Host: GitHub
- URL: https://github.com/gregmalcolm/turtle-war
- Owner: gregmalcolm
- Created: 2013-07-11T12:14:06.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-07-18T12:15:09.000Z (over 11 years ago)
- Last Synced: 2024-10-16T07:14:27.512Z (4 months ago)
- Language: CoffeeScript
- Size: 137 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Turtle Wars Experiment
======================## Concept
Remember how easy it was to write Logo programs in school? Instructions
like "Pen down", "Forward 10", "Rotate 45", etc. Well the turtle is a battle
robot. You could drop a couple of competing robots, provide them with programs
for the competing players and leave them to fight them out.Ok, the most premise will probably be boring; The 2 robots would probably wonder
around, take random swipes and miss most of the time. But... I think the idea
could be built on:+ What if you buy multiple robots based on a budge?
+ What if you allow the robots to have commands for locating the opponent, giving
them a modicum of AI?+ What if the weapons vary in effectiveness, but also cost?
+ What if you're allowed to advise the robots during battle?
"Engage attackpattern alpha!"
"Evade!"My mission here is to prototype and explore...
## Dependencies
Coffeescript (I have it installed via npm)
## Running (for mac)
cake build
python -m SimpleHTTPServer
open http://localhost:8000/game.html