dandelarosa / asm-6thyear

Annual Saga Monthly: Dexternites 3 Prototype

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asm-6thyear

Annual Saga Monthly: Dexternites 3 Prototype

How to Run

It's highly recommended that this game is run on a local webserver during development. Since this is a JavaScript project, it's most fitting to use the http-server Node package, which can be installed using the following command:

npm install http-server -g

Launch the web server by calling http-server -p 8000 -c-1, and then open the game in your browser by going to http://localhost:8000/embed.html.

How to Upload to itch.io (for Mac anyway)

  • In Finder, select the following: assets, index.html, js, and styles.
  • Right click and select Compress 4 Items.
  • Rename the archive with the version number.
  • Upload the archive to the game's itch.io page.
  • Mark the checkbox that says This file will be played in the browser.

About

Annual Saga Monthly: Dexternites 3 Prototype


Languages

Language:JavaScript 93.0%Language:HTML 6.7%Language:CSS 0.3%