Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.