Sonic Game! (Part 3)

Why are you talking about HTML were in snap, also I can help with HTML too :slight_smile:

turn based

HTML on Snap - #2 by programmer_user Click here😎 and here: Snap! Build Your Own Blocks

https://snap.berkeley.edu/project?user=spacer&project=sonic_game

this is an test level with an sonic

if you choose that you automatically lose.

I cannot help with that. sorry

use json

"level": [
[1, 1, 1, 1, 1, 1, 1, 1, 1, 1],
[1, 0, 0, 0, 0, 0, 0, 0, 0, 1],
[1, 0, 0, 0, 0, 0, 0, 0, 0, 1],
[1, 0, 0, 0, 0, 0, 0, 0, 0, 1],
[1, 0, 0, 0, 0, 0, 0, 0, 0, 1].
[1, 0, 0, 0, 0, 0, 0, 0, 0, 1],
[1, 0, 0, 0, 0, 0, 0, 0, 0, 1],
[1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
]

Can we make a repl website to publish our game?

err sure ill make it

sorry I deleted the other one. invite @dolphin30

I did, @bubgamer07_bungamer0 whats your replit username

How do I accept an invite?

just reload the page then go to your messages(the bell icon) and click on the notification

ok Ill add you

Ok added you

Ever since i invited you all the sudden think its a good idea.
but i dnt cr

I added something to the website

I have an idea!

Why dont we program the game in javascript then make a snap project show the website we make the game on(use an iFrame)?

If you want to make a game entirely in javascript, go somewhere else.