-
Notifications
You must be signed in to change notification settings - Fork 0
Redish Idea
Redish is an online multi-player gaming platform.
There are
- users with profiles
- games
| players | interaction | multiplayer mode | state |
|---|---|---|---|
| 2 | text based | asynchronous | live |
Select a competitor, start playing. Type a word and submit. Now it is the other player's turn. They get the last character of your word as their first character and need to find a fitting word. Then it is your turn again, to find a word, starting with their last character.
| players | interaction | multiplayer mode | state |
|---|---|---|---|
| 1-x | text based | live | idea |
Select single player or multiplayer. Select opponent(s). When all players are ready, the game starts. Every player is given a circle they have to complete as fast as possible. A circle is made up of a fixed number of characters. Some of the characters are filled in randomly and can't be changed. Every word the player enters must start with the last letter of the previous word. Only correct english words are permitted. Whoever finishes their circle fastest wins.
Users log into redish with email and password. They need to choose a username.
Optional
Suggest usernames from api to user.- When another user has finished their move and it is your turn, you are notified.
- Get notified when another user challenges you for a game.
- number of played games
- player level
- save users, you like to play with
- persistent game state (i.e. game state json dump)
- one API in frontend for game developers, that provides all functionalities needed for developing a game
- allows for easy adding of games