Inspiration

We got our idea from the game OSU! and 2048. we want to do something that similar to OUS but less flash and more pleasant to the eyes.

What it does

This is a game that challenges your hand-eye coordination. The user has to click on the blocks below in numerical order to complete this challenge within a time limit. If the user clicks the wrong blocks or the time runs out, the game is over.

How we built it

How we built it We decided to make our prototype on a website first. We outline the website with HTML and styled it with CSS. The main part of the game is written in JavaScript that will be linked to the HTML. First, We created a grid as our game board, then We turn the whole grid into different buttons and added functionality to each button, and assign them with numbers. Then, I created a function that checks every click is in the right order and if it not we reset everything. Also, I added a timer for player to test their limits.

Challenges we ran into

We had a difficult time trying to get the timer to work and reset. There were lots of trials and errors, and even more, debugging. We also had a hard time generating numbers without it repeating. Due to limited time, we also struggled with time management as a team such as when to sleep and when to wake up to finish our product.

Accomplishments that we're proud of

We are proud that we solved all the challenges that we faced, and learned how to tackle problems in a scientific way.

What we learned

After solving all those challenges faced above, we got to improve our learning speed. As we were working through the project, we realized what we don't know, and we tackled the problem. As we progress, there will be many more challenges that we would not know the answer to. As long as we have the problem-solving skill-set and mindset, we will be able to tackle many more oncoming problems.

What's next for Numeral block

This is a prototype of the game. Our next step would be to make the game more live by adding more animation and creating a leader-board for those people who are more competitive. In addition to some technical issues with the app, we would like to make it into a mobile game. We will add a timer and style it so the game can be more visually appealing. Furthermore, we will create more levels with more advanced animation that will create more satisfaction for the user.

Built With

Share this project:

Updates