+ 7
What game should I make?
I need ideas for a JAVASCRIPT EASY-TO-MAKE game
10 Réponses
+ 2
Whack - a-mole is a game thats origin is at carnivals. Basically the player has a mallot and there are 5 possible holes in a board in front of the player. A mechanism randomly raises a fake mole which the player must hit in a given time before the mechanism lowers the mole. Points are awarded based on speed, measured from the time the mole is put into play to when the player hits the mole. Sounds simple and straightforward. However there are some really good exercises in this for timing, scoring, pseudo-randomness, user input and skill based escalation using player skill tracking to make levels more competitive for the specific player.
+ 8
Guess the number game
Card matching memory game
Hangman
Count taps/click per <time> game
Also not games but you could try:
Analogue/Digital Clock
Timer
Todo List
+ 6
https://code.sololearn.com/W62aR8J9qA13/?ref=app
+ 5
calculator, tictactoe
+ 5
I made ping pong
+ 4
https://code.sololearn.com/WDuM1c45cfWk/?ref=app
I have developed a simple game shooting, I hope this may help you
+ 4
Michael Williams what is whack a mole
+ 3
Ping pong
+ 2
Timed which is correct game based on logic expression.
Or whack-a-mole.