+ 8
can a game be created using html only?
no use of canvas or js
20 Respuestas
+ 13
I don't know if it's possible. For me, I think not. Because JavaScript is the one making your webpage interactive. Not interacting with your page can't be a game.
+ 10
@Mario L.
Thanks for the links. Those are eye-opening stuff. I hope you don't mind if I share them.
+ 9
of course it's possible. maybe a text based game with some images and no track of stats. but it's definitely possible.
+ 8
YES! why did no one google the question?
http://victordarras.fr/cssgame/
http://ryan-kahn.com/static/onlyCSS/
no use of JavaScript...
and
http://www.instructables.com/id/Create-Your-Own-Adventure-Game-HTML/
can be done without the inline css... text based as I mentioned before...
q.e.d.
+ 7
Well, there's an Interactive Fiction game. The right plot and each "decision" could link to the next page, soooo.......
Yes.
(And I'm not even a web dev. Shame on y'all who said 'no' to OP)
+ 7
very simple games can be created by html5
+ 5
i would love to see game using html only.if anybody can post one
+ 5
Nope, JavaScript adds the win and loss...
CSS can also be considered for more creative styled codes
+ 5
@Mario L. your first answer was right, I just don't know what to reply. I remembered the first Web based app I created, Offline shopping site was only pure html😅 and that time was HTML5 didn't exist yet😊
+ 4
I'd say it isn't possible either, because a game needs you to be able to win or lose, depending on what you do. And if you need to do something, you need JavaScript.
+ 4
yes completely possible but would be a word game and not much or graphics or action
+ 4
@Hatsy Rei
of course not. they're not my property. feel free to share them.
+ 3
HTML for make webpages
+ 1
No
+ 1
no.. bro.. can't be possible u have to add. some language which have var or object oriented language ...
+ 1
I made two games:
First one was simple:
https://code.sololearn.com/WgSpmu7j0qGZ/?ref=app
Second one is better, and was harder to make:
https://code.sololearn.com/Ws91M6dybzI8/?ref=app
+ 1
Maart in my second game you can both win or lose, and this was done with simple SVG animate usage.
0
Just a cover page for game not game coz without Java and css you can't play even can't interact
0
now am confused ! is it a yes or no ??
0
Deepak Bisht I know I'm late, but you can check my games if you want.