Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aadrianleo/tictactoe-multiplayer-game
This is an Online multiplayer Tictacktoe game where two player can play simultaneously. Whoever gets 6 points of score first wins the game. one player have to create a room and others have to join the room my inputing rooms ID number given by the player1(Who has created the room). The Project in coded in flutter language and javacsript and nodejs is used for backend/server. and mongoDB is used for Database to store the player's details.
https://github.com/aadrianleo/tictactoe-multiplayer-game
android dart flutter flutter-app flutter-application flutter-game flutter-project javascript nodejs tactactoe-multiplayer tictactoe
Last synced: 7 days ago
JSON representation
This is an Online multiplayer Tictacktoe game where two player can play simultaneously. Whoever gets 6 points of score first wins the game. one player have to create a room and others have to join the room my inputing rooms ID number given by the player1(Who has created the room). The Project in coded in flutter language and javacsript and nodejs is used for backend/server. and mongoDB is used for Database to store the player's details.
- Host: GitHub
- URL: https://github.com/aadrianleo/tictactoe-multiplayer-game
- Owner: AadrianLeo
- Created: 2022-06-07T08:28:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-23T11:17:03.000Z (over 1 year ago)
- Last Synced: 2024-11-02T09:24:36.989Z (14 days ago)
- Topics: android, dart, flutter, flutter-app, flutter-application, flutter-game, flutter-project, javascript, nodejs, tactactoe-multiplayer, tictactoe
- Language: Dart
- Homepage: https://tictactoe-online-game.netlify.app
- Size: 788 KB
- Stars: 28
- Watchers: 2
- Forks: 14
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mp_tictactoe
This is an Online multiplayer Tictacktoe game where two player can play simultaneously. Whoever gets 6 points of score first wins the game. one player have to create a room and others have to join the room my inputing rooms ID number given by the player1(Who has created the room). The Project in coded in flutter language and javacsript and nodejs is used for backend/server. and mongoDB is used for Database to store the player's details.
![Tictactoe](https://user-images.githubusercontent.com/81036521/177798657-de5dfd5f-d04d-437f-bc6e-1293e90b4b16.png)
You can download the apk from the [release](https://github.com/AadrianLeo/Tictactoe-Multiplayer-Game/releases)
You can even play it online on web : [web link](https://tictactoe-online-game.netlify.app/)
### `#For flutter packages run: pub get && to run flutter project run : flutter run or in vscode click on run from the banner and click on run without debugging or start degugging.`
### `# for packages of server go in server directory and run npm i or npm install.`