The application is a Connect 4 with the purpose of creating 4 tokens in a row horizontally, vertically, or diagonally. You could do this by strategically placing tokens and blocking the other's attempts to win. Good luck!
I used Python 3.9 because it is easy-to-use. It delivers my purpose through straight forward lines of code. I also used an IDE, PyCharm. This is because it has a great project management system and is friendly to beginners (like me)!
I face many challenges. Because this is one of the rather complex piece of code I have written, I often confuse variables and loops. This caused many errors which I later fixed during the vigorous testing phase.
- Description
- What does the application do?
- What technologies did I use?
- What challenges did I face?
- Installation
- Is there any installation process?
- Using the project
- How to use the project?
- Contribution
- How can you contribute to the project?
- Are there any requirements for contributors?
- What are the rules for contributing?
- Project Features
- What car brands are there?
- Can you cheat?
- To-Do List
- Credits
- Who helped?
- What tutorials did I use?
- Copyright License
Honestly, it depends. There are three ways you can download the file.
- The raw code: This enables you to see all the code. The downside is that you need a python interpreter for it to work. When you have your python interpreter installed, just copy the code and run the program.
- Base Application: If you are sure you already have Python and PyGame installed, you can just download this base application. However, if you do not have both Python and PyGame installed, then you need:
- Application with Python Files: You can download the application with all the necessary files. This means, even if your computer does not have Python or PyGame, you can just run through this simple installation process and still play the game. Besides, the file "car_brands.py" would already be implemented. (Installation only takes about 5 seconds, so this option is encouraged - π©οΈ speed)
Again, it depends. If you chose the first option (raw code) from above, you would need a python interpreter, then just click on run. If you chose the second one , just click on the application and the game runs by itself. If you chose the last one, click on the application, allow it to make changes and all that faffle, then follow the instructions. It won't take you longer than 20 seconds to do the whole installation process.
Simple. Just email me. I will have a look at your profile page and send you an invitation link.
No, of course not! Who would I be to judge whether you should be able to contribute to the project. Just politely email me and I would happily accept your help. I am determined to set everybody as equals to make this code as good as possible.
Just don't mess around with the files. Remember that you may be held responsible for sabotage of any sort.
You can play against Artificial Intelligence (and mind you, it's brutal), or you could choose to play it as a multiplayer game. Ask your friends to join you to play!
Prevention measures have been created to prevent user from inputting nonsense answers or repeating previous entries. Of course, you are free to edit the code after you downloaded another copy, where I cannot stop you from deleting the measures.
- Thorough code testing. π»
- Refactor the code. πΎ
- Make the experience better. π·
- Improve appearance. π»
Huge thanks to Keith Galli for his idea. Check out his YouTube channel!
- Matthew Tam
- Walter Tam
- Robert Brown
- https://www.youtube.com/watch?v=UYgyRArKDEs&list=PLFCB5Dp81iNV_inzM-R9AKkZZlePCZdtV
- Python Crash Course, 2nd Edition by Eric Matthes
I am open to people copying my code and improving it. Just link me to the project.
However, please do not just take my code and claim it's yours.
I am looking forward to making this code work better. So please be comfortable to open issues or contact me: mtytteacher@gmail.com