This content originally appeared on DEV Community and was authored by Gabriel José Oliveira
Hello World! This is my first post here and I would like to show you my game, talk a little about it and ask your opinion about.
Game: (https://labirinto-sequencial-psi.vercel.app/tutorialE.html)
GitHub: (https://github.com/gjoliveira/Labirinto-Sequencial)
In the game menu there is a link for you to leave your opinion and report any bugs, let me know what you think of the ideas execution and if there is anything I can improve. So far, the game has performed better in Chrome and Edge browsers.
As you can see, on github I linked the project and explained a little bit about it, the article from which the idea was taken is not in English but let's talk more about the premise below.
The idea and the rules
The project's idea was for students to answer questions while walking through a different maze, the maze is composed of colored ribbons glued to the floor, which must be passed in order: blue, red and yellow.
Wrong collor? go back to the beginning. Beat the team of students who reach the end of the maze by correctly answering the questions.
Now doing it virtually
In the "live action" game, it may take a while, but the virtual version will run quickly. So I made new rules and things that only a virtual environment offers and increased the playing time.
There's also a step counter, timer and life hearts to add some challenge.
How to do this?
There are several frameworks and engines for games, but as I was already studying javascript I decided to bet on the web environment and on Phaser Js frameowrk.
Phaser has a simple system to understand, each scene in the game is a class with 3 functions, one to load files, another to arrange game objects, and the third is a function that updates every time.
Simple, but I had never done anything like it and the project took 2 months. I didn't have a good knowledge of object orientation at that time.
I try to be talented in the art world, but that's another story 🤣, the game was all done in windows Paint, with the exception of the main character's sprite and some other objects.
Reviews about our projects make them better
I don't know how it's performing on other devices and I need to know if I'm on the right track. Please, leave your comment. 😉✌
This content originally appeared on DEV Community and was authored by Gabriel José Oliveira
Gabriel José Oliveira | Sciencx (2021-11-04T18:40:43+00:00) I made a web game and I need your opinion. Retrieved from https://www.scien.cx/2021/11/04/i-made-a-web-game-and-i-need-your-opinion/
Please log in to upload a file.
There are no updates yet.
Click the Upload button above to add an update.