Skip to content

seveibar/liberated-pixel-cup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Big Island

A sandbox open-world survival game in google dart.

HOW TO RUN

Easy Way

Don't Miss

Medium Way

  1. Download dart sdk

  2. Run this command $DART_SDK/bin/dart2js BigIsland.dart -olpc0.dart.js

  3. Run a webserver in the directory, with python 2.7 you can just type python -m SimpleHTTPServer

  4. Go to localhost:8000/lpc0js.html (for python)

Cool Way (with dartium)

  1. Download Dartium

  2. Run webserver, with python 2.7 you can just use python -m SimpleHTTPServer

  3. Go to localhost:8000/lpc0.html