All Questions
75 questions
3
votes
2
answers
264
views
Tic-tac-toe OOP Minimax Algorithm
I wrote a module that I intend to use in my next tic-tac-toe project. All it is is a class that stores the boardstate along with some methods/properties. The biggest thing is the minimax alg. As shown ...
3
votes
1
answer
138
views
Simple Tic-tac-toe in Python
I am a beginner programmer who coded a simple Tic-tac-toe in Python for practice. Any feedback, especially regarding best practices and tidying up the code, is appreciated.
...
0
votes
2
answers
450
views
OOP Tic Tac Toe Game
I have built a project OOP Tic Tac Toe. I am beginner-intermediate developer. Can you tell me what I can improve, what I did wrong and what to look up to? This is my first OOP project. I'm happy that ...
6
votes
1
answer
384
views
Tic-Tac-Toe Code
I'm a beginner in Python programming, been doing it for only a few weeks and I decided to make a tic-tac-toe game in the Python interpreter. I'm looking for feedback on the program and any way I can ...
2
votes
2
answers
161
views
Need Criticism for my first Tic Tac Toe Project
Overview
This is my attempt at a Tic Tac Toe game. I need some criticism and some ideas on what I could do better, because I know somethings need to be cleaned up.
Quick Notes
I also couldn't figure ...
1
vote
1
answer
149
views
Tic Tac Toe - Python
I made a program that allows a player to play Tic Tac Toe against a computer. Of course, I didn't make it analyse the slightly harder algorithms, as I am just a beginner at programming. Are there any ...
9
votes
3
answers
2k
views
A Simple Tic-Tac-Toe Game
I wrote a simple tic-tac-toe game in Python. I'm pretty much a novice, but I do have some experience with coding other things in Python. I just wanted to see if I was capable of writing a simple tic-...
1
vote
1
answer
151
views
basic tic tac toe
I looked a little into HTML a year ago but decided to try python yesterday and came up with this for tic-tac-toe. I have no programming experience and I haven't yet looked at other peoples versions of ...
2
votes
1
answer
346
views
Tic Tac Toe game v2
I made the changes that were suggested to improve the program in the previous version.
I would like to know if there is anything to improve in terms of handling object oriented programming, variable/...
3
votes
1
answer
970
views
Tic Tac Toe in Python with OOP
I programmed the tic-tac-toe game in Python using object oriented programming and I wanted to share it here to get some feedback
...
3
votes
1
answer
379
views
Variable Grid Size Tic Tac Toe
Tic-Tac-Toe from scratch. Code Ugliness check before I implement the win-condition and maybe get set in to bad habits.
Questions:
As implemented:
Better to pass board between functions or set as a ...
4
votes
2
answers
197
views
Python TIC TAC TOE Project
I just joined here. I have been doing python for a couple of weeks and I would like for some experienced programmers to review my code. I made this for a school project and I am proud of it. The code ...
3
votes
1
answer
245
views
Beginner learner: Python 3.9.6 tic-tac-toe code and questions about optimization
I am just beginning to learn Python, and thought I would give myself a challenge using the lessons I have learned so far. I am following the Udemy course, Automate the Boring Stuff with Python. The ...
7
votes
1
answer
503
views
A beginner's first Tic Tac Toe implementation
I've been teaching myself Python and decided to make a Tic Tac Toe game for a bit of practice. Any criticisms or pointers are welcome!
...
3
votes
1
answer
182
views
Tic Tac Toe in Python 3.x
I made Tic Tac Toe in Python. Standard code review, please tell me ways to improve. I am very new to Python, so please do not criticize very roundabout ways. Thanks.
...