Skip to content

Dart Bomberman is a remake of the original Bomberman game for NES written in Dart for educational purposes.

Notifications You must be signed in to change notification settings

AntonPetrov83/dart-bomberman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

Dart Bomberman is a remake of the original Bomberman game for NES written in Dart for educational purposes.

Installing and Running

  1. Install Dart SDK from here (my current version is 1.15.0). Make sure the /bin folder is on your PATH.
  2. Clone this repo.
  3. You may need to run $ pub get to update dependencies or even $ pub cache repair to fix broken one.
  4. Run $ pub serve from the project root (this is where 'pubspec.yaml' file is).
  5. Use your browser to open http://localhost:8080 (the default port served by the pub utility).

Enjoy!

About

Dart Bomberman is a remake of the original Bomberman game for NES written in Dart for educational purposes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published