+ 6

Game in canvas?

can an entire game be made in a single canvas?

17th Jun 2018, 8:47 PM
Joshua Morgan
Joshua Morgan - avatar
5 Respuestas
+ 3
Here's a canvas game I wrote a while back. (Works both in pc & solo) https://code.sololearn.com/WdA2Z0oNVPH1/?ref=app
19th Jun 2018, 11:01 AM
Haris
Haris - avatar
+ 2
Joshua Morgan You can absolutely make games with canvas, but it requires a lot cleaning and re-drawing. That's what I mostly do with the canvas tag : Games
18th Jun 2018, 2:17 PM
Dlite
Dlite - avatar
+ 2
I implemeted the game of life. You can totally do a game in canvas. You just need a little bit knowledge in game programming. https://code.sololearn.com/WgoQ6U4avs1h/?ref=app
20th Jun 2018, 11:23 AM
Dragonxiv
Dragonxiv - avatar
+ 2
Check my github acount i have make some games on canvas. https://github.com/borislavvv00
30th Jun 2018, 2:07 PM
B K
0
sorry cant get to my laptop for the code but here is a short video of a canvas game https://youtu.be/KoWqdEACyLI
19th Jun 2018, 2:02 PM
Cat Sauce
Cat Sauce - avatar