Skip to content

ramon-luis/super-bomberman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Super Bomberman

Super Bomberman is a multi-threaded Java game that is loosely inspired by the original Super Bomberman video game for the Nintendo Entertainment System. The player competes against the computer by attempting to use bombs to destroy enemies and clear the game map. A secret door to complete each level is revealed after all enemies have been defeated. Power-ups with special abilities are available to help the player defeat increasingly difficult enemies.











Getting Started / Installing / Deployment

Compile the src directory and call Main. The main method is located in mvc/controller/Game.java.

$ javac src/superBomberman/mvc/controller/Game.java
$ java src/superBomberman/mvc/controller/Game

Or open in your favorite IDE (Eclipse, IntelliJ) and run Main in Game.java.

Prerequisites

You'll need Java

Built With

Author

Acknowledgments

  • Thank you to Adam Gerber at the University of Chicago for providing the base code & inspiration, as well as introducing me to the world of computer programming!

About

Java game based on Super Bomberman for SNES

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages