+ 14
Can i make a game with solo learn?
Can i?
15 ответов
+ 8
Yes you can
I have seen some amazing games here
But you can create only in web
+ 7
Yes you can easily make a game here
You must search for games in the code section and try to understand how much hard work or needs...☹️
+ 6
Of course.
Here is a game tutorial: https://www.w3schools.com/graphics/game_canvas.asp
+ 6
yes you can make using a codeplayground
+ 5
With the knowledge gained from here, yes.
+ 5
Web games will be possible on code playground.
+ 4
spicoder nice game i lost twice in 1 minute 😅😂
+ 3
Can you teach me how?
+ 3
👉Definitely If you skilled in language than you developed game on Sololearn .
👉Although, For game development You must See my Awesome Projects e.g., Candy crush, Puzzle, Ludo many Games like this..
👉To play and fun it Go to my Code bits 😁😁😆
+ 3
Ya ofcourse
https://code.sololearn.com/W0Y3kxqsHZaL/?ref=app
You can make it easily like this
+ 2
Sure you can. There are a lot of games in code bar below this app. Just open one by one. If you find it, you can learn from those codes. After that, you can make your own game. Try to make a simple game first...
😊😊😊
This is the example :
https://code.sololearn.com/WrgTa2zTFBlt/?ref=app
+ 2
How
+ 1
I think you Can .There is a Game tutorial that may help you :
https://www.w3schools.com/graphics/game_canvas.asp
Here you Will find What you need. I think so.
+ 1
Yeah you can ! Even with languages other than the web , the only problem is that those games must take an input only once (or none at all) . Usually , a game would take inputs at various stages , i.e. after any effect of your previous input , but sololearn doesnt support it except the web. (Please correct me if I am wrong) . Below I have shared 2 of my codes , where the rock , paper scissors game is one time input only , but the tic tac toe game has to be run on any other IDE (for eg.pydroid for python ).
https://code.sololearn.com/cd8cXLQ4HVPF/?ref=app
https://code.sololearn.com/ct538Hxa9wcH/?ref=app