8000 GitHub - paimonlee/ghosted: Ghosted - a js13kGames 2024 competition entry by @jani-nykanen.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

paimonlee/ghosted

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ghosted

...is a puzzle game made for js13k 2024 game programming competition.

Playing

Click here

Building

Prerequisites:

  • Git LFS, required to get access to the asset files (not strictly necessary if you clone the repo using the download button on Github).
  • TypeScript, to compile TypeScript, obviously.
  • make (optional), to make things (what).
  • Closure Compiler (optional), needed to compress the code.
  • advzip (optional), needed to minimize the zip.

Steps

  1. Run tsc to compile .ts to .js
  2. If you have edited levels, you need to run make levels
  3. Create a compressed zip by running make CLOSURE_PATH=<path-to-closure> dist (note: for some reason you need to run tsc or make js before this).
  4. Be happy.

License

MIT License


(c) 2024 Jani Nykänen

About

Ghosted - a js13kGames 2024 competition entry by @jani-nykanen.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.4%
  • Python 1.4%
  • Other 1.2%
0