Skip to content

Svxy/TileFighters.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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