Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jbrown9124/tic-tac-toe-royale
Created a full-stack online Tic-Tac-Toe web game with a twist. Acquire and use powers to dominate your enemies. Set the board size, board color, “win by” condition (amount of pieces in a row required to win), and pieces (upload custom piece capability included). Capable of having up to 100 players in a single game. Full bot functionality (add up to 10 AI per board). The client was created with TypeScript React.js, the REST API with Python (Django), data is stored in and queried from a PostgreSQL (SQL) database, and real-time client updates are handled with Socket.IO. Deployed using Heroku.
https://github.com/jbrown9124/tic-tac-toe-royale
django game material-ui postgresql python react-spring reactjs socket-io typescript
Last synced: about 12 hours ago
JSON representation
Created a full-stack online Tic-Tac-Toe web game with a twist. Acquire and use powers to dominate your enemies. Set the board size, board color, “win by” condition (amount of pieces in a row required to win), and pieces (upload custom piece capability included). Capable of having up to 100 players in a single game. Full bot functionality (add up to 10 AI per board). The client was created with TypeScript React.js, the REST API with Python (Django), data is stored in and queried from a PostgreSQL (SQL) database, and real-time client updates are handled with Socket.IO. Deployed using Heroku.
- Host: GitHub
- URL: https://github.com/jbrown9124/tic-tac-toe-royale
- Owner: JBrown9124
- License: gpl-2.0
- Created: 2021-12-03T16:42:36.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-09T02:28:48.000Z (over 2 years ago)
- Last Synced: 2024-03-19T03:20:48.783Z (8 months ago)
- Topics: django, game, material-ui, postgresql, python, react-spring, reactjs, socket-io, typescript
- Language: TypeScript
- Homepage: https://tic-tac-toe-royale.herokuapp.com/
- Size: 26.7 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tic-Tac-Toe-Royale
Created a full-stack online Tic-Tac-Toe web game with a twist. Acquire and use powers to dominate your enemies. Set the board size, board color, “win by” condition (amount of pieces in a row required to win), and pieces (upload custom piece capability included). Capable of having up to 100 players in a single game. Full bot functionality (add up to 10 AI per board). The client was created with TypeScript React.js, the REST API with Python (Django), data is stored in and queried from a PostgreSQL (SQL) database, and real-time client updates are handled with Socket.IO. Deployed using Heroku.