pull/744/merge
Abhigyan2002 2 years ago committed by GitHub
commit e304722e0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,26 @@
# Tic Tac Toe game
**Tier:** 1-Beginner
- It is a simple game which beginners can start their coding journey with.
- You need to be well versed with coding languages and their respective graphics libraries such as Tkinter, JFrame etc.
## User Stories
- [ ] User can `start` a game.
- [ ] User can `restart` the current game.
- [ ] User can play in `multiplayer` or `single player` mode.
## Bonus features
- [ ] The toss feature is randomized for fairness of chance.
## Useful links and resources
- [Python GUI library](https://www.tutorialspoint.com/python/python_gui_programming.htm)
- [Creating Frames using Swings in Java](https://www.geeksforgeeks.org/creating-frames-using-swings-java/)
## Example projects
- [TicTacToe-using-Python](https://github.com/Abhigyan2002/TicTacToe-using-Python)
- [Tic-Tac-Toe](https://github.com/aqeelanwar/Tic-Tac-Toe)
Loading…
Cancel
Save