Coder Social home page Coder Social logo

wbt's Introduction

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

wbt's People

Contributors

awlzac avatar

Watchers

Joe DeCapo avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.