HTML5 project done in Dart/Javascript and HTML5. No loading outside graphics or sounds.
First project to learn dart and html5.
http://calebmorris.github.io/centipede/dart_centipede.html
Game of Centipede (AKA Snake)
- Consume Food
- Don't run into yourself
- Don't run into walls
- Install Dart Editor
- Open folder in editor
- Right click on
pubspec.yaml
and runPub Get
- Right click on
src/dart_centipede.dart
and runRun as Javascript