https://github.com/schell/kabukitheatre.bourtange
A fort defense game written in lisp in 30 days.
https://github.com/schell/kabukitheatre.bourtange
Last synced: 29 days ago
JSON representation
A fort defense game written in lisp in 30 days.
- Host: GitHub
- URL: https://github.com/schell/kabukitheatre.bourtange
- Owner: schell
- Created: 2010-07-01T20:52:09.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2010-08-09T09:48:26.000Z (over 14 years ago)
- Last Synced: 2025-02-07T16:45:16.635Z (3 months ago)
- Language: Common Lisp
- Homepage:
- Size: 211 KB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Bourtange
=========
Bourtange is a game where you defend a number of planet-bases from a never ending onslaught of bad guys. Destroying intruders builds up your supply of resources, which in turn can be spent on new weapons and cores (the canonical base element).controls
--------
* r - reset the game
* p - pause the game
* 1 - restart game with core-blast
* 2 - restart game with decoy
* 3 - restart game with lifer
* 4 - restart game with repellor
* $ - give yourself more resources (cheat)
* mouse click/move - buy cores and place them on the screen or buy weapons and place them on your coresweapons
-------
Each weapon costs a different amount of resources, depending on how useful that weapon is. Each time you buy a weapon, the cost of that weapon increases. There is no limit to how expensive a weapon can get. Some weapons take damage from enemies, other weapons take damage from time, but all weapons die (and renew) after some interval. After a weapon dies it goes into a cooldown period in which it is recharged for another round.* core blast - The core blast is cheap and weak. It is a good defense against small enemies (of which there will be many).
* decoy - The decoy is a body shot out from the core that travels on a spiral path. It attracts enemies away from the core (hopefully) and out into space/computer tubes unknown.
* lifer - The lifer gives its life to the core. Then it dies. Then it recharges. Then it gives life back to the core.
* repellor - The repellor acts as a gravity shield, it temporarily banishes incoming baddies to the nether regions of the screen.running
-------
sbcl --load start.lisp// i'm not sure how to do this in clisp
HAPPY FUN TIME HACKING!