Added Tic Tac Toe game. #733
parent
08b771c863
commit
17ca3b8cf5
@ -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…
Reference in new issue