https://github.com/caldito/bomberman
The classical game Bomberman, built with Java.
https://github.com/caldito/bomberman
game game-development java java-game video-game
Last synced: 8 months ago
JSON representation
The classical game Bomberman, built with Java.
- Host: GitHub
- URL: https://github.com/caldito/bomberman
- Owner: caldito
- License: apache-2.0
- Created: 2018-03-21T21:55:59.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-05-23T16:54:54.000Z (over 4 years ago)
- Last Synced: 2023-03-05T18:38:45.949Z (almost 3 years ago)
- Topics: game, game-development, java, java-game, video-game
- Language: Java
- Homepage:
- Size: 533 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bomberman
## Introduction
The classical game Bomberman, built with Java. It was the final assignment of the university programming course.

## Usage
Runs on Java 8 and newer versions. It only depends on a jar which is contained in the repository and on Java standard libraries.
A Makefile is provided for building, running and cleaning the code.
To build and run the code:
```
make run
```
To clean the build files:
```
make clean
```
## License
This code is licensed under [Apache License 2.0](LICENSE)