Skip to content

nicklytle/civilwar2015

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Civil War Project

More info to come!

Notes

  • Due to WebGL security restrictions, this must be run from an HTTP server; opening index.html locally will not work properly! This simplest way to do this is with Python.

    • Python 2.x: python -m SimpleHTTPServer
    • Python 3.x: python3 -m http.server
  • We use Pixi.js as our rendering engine! The documentation is available at http://www.goodboydigital.com/pixijs/docs/.

License

TBA

About

UVA SGD "edu-tainment" project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.3%
  • Other 0.7%