What games would you like to see?

  • Thread starter Thread starter Deleted member 4320
  • Start date Start date
D

Deleted member 4320

(Hopefully) you've seen my new website that has games on it.

I've added two games so far. 'awake' and 'carrot' however I'm wondering what I should do next.

What do you think? What kind of game would you like to play?
 
How about a word guessing game.

Represent the word length with dashes giving the player a reasonable number of tries to add the correct letters that make up the word. If the player wins they get another random word to guess. Add a high score table where the player can add their initials and you've got a fairly addictive challenge.

There's no AI involved, just a sort for the high score table so it shouldn't be too taxing to code 🙂
 
How about a word guessing game.

Represent the word length with dashes giving the player a reasonable number of tries to add the correct letters that make up the word. If the player wins they get another random word to guess. Add a high score table where the player can add their initials and you've got a fairly addictive challenge.

There's no AI involved, just a sort for the high score table so it shouldn't be too taxing to code 🙂

Ah so game 4 can be hangman! 😄 I like the leaderboard option too. I’ll look into that one.
 
There are so many games that you can do 🙂 The question is can you make them all 😛

  1. Guessing game
  2. Hangman is another fun one
  3. Poker game maybe
  4. Guess the numbers game
 
There are so many games that you can do 🙂 The question is can you make them all 😛

  1. Guessing game
  2. Hangman is another fun one
  3. Poker game maybe
  4. Guess the numbers game

I was thinking of hangman. I think that will be game 4 🤓
 
Back
Top Bottom