BitGames is a web app where users can play mini games.
To be able to play the games on the site, the user must first make an account. Once that is done and the user signs in, they will be sent to the home page where they can select which games they want to play. I haven't decided on how many games to include in the app, but I want to make at least 3 games to choose from. After the user picks a game, they would use the mouse or keyboard to play the game. For specific games, high scores and previous scores will be kept. Each game will have its own logical code, and some games will have an AI opponent.
- User Login and Authentication
- Database for Users
- Database for Scores
- Logical code for games
- Interface window