Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 505 Bytes

readme.md

File metadata and controls

23 lines (16 loc) · 505 Bytes

Centipede

HTML5 project done in Dart/Javascript and HTML5. No loading outside graphics or sounds.

First project to learn dart and html5.

Demo

http://calebmorris.github.io/centipede/dart_centipede.html

Game Instructions

Game of Centipede (AKA Snake)

  • Consume Food
  • Don't run into yourself
  • Don't run into walls

Build

  • Install Dart Editor
  • Open folder in editor
  • Right click on pubspec.yaml and run Pub Get
  • Right click on src/dart_centipede.dart and run Run as Javascript