Skip to content

jledzeppelin/csc413-fa17-tank-game

Repository files navigation

SFSU Fall 2017 CSC-413 Project - Tank Game

Assignment completed with one other person.

Simple 2 player tank game written in Java where each player commands a tank inside a small map with destructible walls. A player needs to lower the opponents health and lives to win.

Controls
Player 1
Move: WASD
Shoot: Spacebar

Player 2
Move: IJKL
Shoort: Backspace

Run program from terminal (need java compiler):

javac TankGame.java
java TankGame

With current implementation, only workds on Windows!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages