Skip to content

"wannabe tempest" -- a networked multiplayer tempest clone in java

Notifications You must be signed in to change notification settings

SteveSmith16384/wbt-multiplayer

 
 

Repository files navigation

wbt

"Wannabe Tempest"

A tempest (80's arcade game) clone in java, and a small project for playing with git.

Retro-fitted to be multiplayer using Generic Multiplayer Connector.

Playable, and fairly true to the original, though not a full feature-complete clone. Just run wbt.jar.

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 wbt.jar
Or without ant, ghetto it:
$ cd src 
$ javac wbtempest/*
$ java wbtempest.WBTempest

Credits:

Licence

Licence as per the pre-forked code, i.e. whatever is specified at https://github.com/awlzac/wbt . Currently none as far as I can see.

About

"wannabe tempest" -- a networked multiplayer tempest clone in java

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%