uploading games to your files | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

uploading games to your files

I have entered a code competition but I need to upload my game onto my computer, but is it possible? Please let me know

10th Mar 2017, 7:55 PM
Charizard56
Charizard56 - avatar
3 Answers
+ 2
if you want to publish a game so that anyone can play, thats it. if you want it just for yourself then you can get a host. wampserver node.js something like that to use a local host
11th Mar 2017, 9:09 PM
Michael Szczepanski
Michael Szczepanski - avatar
+ 1
use github! create a repository online initialize folder make origin link push master create a gh-pages branch push master there then ur game is online :) ex: pankakes102.github.io/2048Game there are obviously alot more little details, look up how to publish a game son github, there is an article by someone with name like leereey or something -i used that for mine. hope this is what you were looking for :)
11th Mar 2017, 5:56 AM
Michael Szczepanski
Michael Szczepanski - avatar
0
I am looking for something where I do not have to log into anything a something simple
11th Mar 2017, 8:21 PM
Charizard56
Charizard56 - avatar