0
How to create a JavaScript game on Canvas?
I actually would like to know if you can only write JS games on <canvas> or if JS its their own graphics? Thanks!
10 Answers
+ 2
You can also create games without using canvas. Using DOM manipulation, you can create cool games like tetris using tables
+ 2
chech my github acount https://github.com/borislavvv00 there you can see some simple games i have made.
0
you can write html on github?? how do i do this?
0
also can you make your code private on guthub or no? and why cant i play the games, i can only view code....
0
Yes you can post code on github no mater what is the language. Yes you can make your code private. To start the code you must first download it and run it with compiler if it is necesery.
https://stackoverflow.com/questions/6866754/how-do-i-post-code-to-github
0
so github isnt for writing code.. its for sharing?
0
yes
0
is there a platform i can write my game on? if not ill just continue using VScode:)
0
No. You can use game engines if you want to make a game fast. But i think is better for you to write the all game from scratch.