A varient of 5D chess. Play Tic-Tac-Toe in a way no one has imagined. Explore time travel with your friends with this mind-bending game. Made for the first Truman State University ACM Game Jam in 2023 (2nd place).
You can play the game here.
This uses the p5.js library for graphics.
Requires git for testing.
- None
git clone https://github.com/jagger-harris/5d-tic-tac-toe-with-multiverse-time-travel.git
Open index.html
to view.
See the contributing guidelines here.
Once your pull request has been Approved it may be merged at your discretion. In most cases responsibility for merging is left to the person who opened the pull request, however for simple pull requests it is fine for anyone to merge.
If substantive changes are made after the pull request has been marked Approved you should ask for an additional round of review.
- Use
squash and merge
if all commits in the PR can be summarized succinctly by a single message - Use
rebase and merge
if each commit in the PR has its own significance - Avoid just
merge
as it will create an extraneous merge commit