Svxy / TileFighters.io

A small .io game with great potential.

Home Page:https://tilefighters.io.tnyavnto.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

S&A's .io game concept now hosted on Render

This project built under the Apache license.



How to install:

git clone https://github.com/svxy/tilefighter.io
cd tilefighters.io

How to host locally:

npm install package-lock.json
npm start

How to host on Render:


git init
git add .
git branch -m master main
git commit -m 'Initial Commit'
git remote add origin https://github.com/(YOUR_USERNAME)/(YOUR_REPO_NAME).git
git push -u origin main

  • After that, on the render dashboard select "New+" at the top right of the page.

  • Select "Web Service", and connect the repo you just made.

  • Make sure the branch is correct and Runtime is set to Docker, no need to touch the build command as Render should recognize our Dockerfile.

  • Choose your instance type. (Sometimes the "Free" one wont load the site immediately and our "No game data" error will display, just reload the site.)

  • Then click "Create Web Service".


All done! Have fun!


License

This project is released under the Apache license and should be treated as such.

see LICENSE

About

A small .io game with great potential.

https://tilefighters.io.tnyavnto.com

License:Apache License 2.0


Languages

Language:JavaScript 89.7%Language:CSS 6.0%Language:HTML 4.2%Language:Dockerfile 0.2%