Skip to content

Project for my second semester in AP computer science. I tried to re-create the arcade game Battlezone from 1980 in Java. Made around april/may 2018. Jar file may not run in later versions of java, if it does not work use java 8

Notifications You must be signed in to change notification settings

tony-pelton/Battlezone

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Battlezone

Project for my second semester in AP computer science. I tried to re-create the arcade game Battlezone from 1980 in Java. Made around april/may 2018.

I had messed with some experiments in 3d, but this was the first actual 3d game I have made. For drawing in 3d, transformation matrices about the prinicpal axis are used to rotate points. Since most objects don't leave the plane, a lot of the game logic actually just functions in 2d.

Build

  • run 'package' target
  • cd <project root>/target
  • java -jar battlezone-1.0.jar

Gameplay video

Click the image below to view a youtube video of the program

Gameplay

About

Project for my second semester in AP computer science. I tried to re-create the arcade game Battlezone from 1980 in Java. Made around april/may 2018. Jar file may not run in later versions of java, if it does not work use java 8

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%