An open API service indexing awesome lists of open source software.

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.

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.

![game image](game-image.png)

## 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)