Dart Bomberman is a remake of the original Bomberman game for NES written in Dart for educational purposes.
- Install Dart SDK from here (my current version is 1.15.0). Make sure the
/bin
folder is on yourPATH
. - Clone this repo.
- You may need to run
$ pub get
to update dependencies or even$ pub cache repair
to fix broken one. - Run
$ pub serve
from the project root (this is where 'pubspec.yaml' file is). - Use your browser to open
http://localhost:8080
(the default port served by thepub
utility).
Enjoy!