Skip to content

tilltheis/typed-rescue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Typed Rescue

Basic 2D side-scroller for the special people.

Building

tsc or build it continually with fswatch -o src | xargs -n1 -I{} sh -c 'printf ... ; tsc ; echo done ;'

Running

python -m SimpleHTTPServer 8080 (Python 2) or python -m http.server 8080 (Python 3)

open http://localhost:8080

About

Basic 2D side-scroller for the special people.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published