Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/awlzac/wbt
"wannabe tempest" -- a tempest clone in java
https://github.com/awlzac/wbt
Last synced: 6 days ago
JSON representation
"wannabe tempest" -- a tempest clone in java
- Host: GitHub
- URL: https://github.com/awlzac/wbt
- Owner: awlzac
- Created: 2013-07-15T00:56:43.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-09T01:02:13.000Z (over 9 years ago)
- Last Synced: 2024-08-02T06:19:36.428Z (3 months ago)
- Language: Java
- Homepage:
- Size: 1.01 MB
- Stars: 18
- Watchers: 5
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-open-source-games - Wannabe Tempest - Tempest(80's arcade game) clone in Java, and a small project for playing with git. (Native / Arcade)
README
wbt
==="wannabe tempest"
a tempest (80's arcade game) clone in java, and a small project for playing with git.
playable, and fairly true to the original, though not a full feature-complete clone.
game summary for those not familiar with tempest:
the player (you) has a crawler, with which you must maneuver around the front of the current level and destroy the enemies coming forward towards you, out of the center of the screen. the enemies are:
- exes: x-shaped enemies that fire missiles at you, and will chase you around the front of the board until they catch and kill you, if not destroyed. to kill an ex, hit it with a missile, or fire a missile while it is adjacent to you.
- ex pods: purple pods that come at you, which produce two exes when destroyed, or when they reach the front of the level.
- spikes: columns sometimes have spikes, which will destroy you if you hit them when clearing a level. spikes also have spinners which fire missiles at you. the spinner will grow the length of the spike, so it's best to kill them.
you also have a "superzapper", which is a special weapon that instantly destroys all exes (except for pods) that are on the board.
controls:
arrow keys to move, spacebar to fire, and "S" to superzap.
##### to build, using ant build file:
$ ant
##### to run:
$ java -jar wbtempest.jar
###### Or without ant, ghetto it:
$ cd src
$ javac wbtempest/*
$ java wbtempest.WBTempest