Welcome to my online version of the classic game "Tic Tac Toe," known as "Piškvorky" in Czech. This web application allows you to enjoy an extended version of Tic Tac Toe with additional features and language options.
Tic Tac Toe, also known as "Piškvorky" in Czech, is a classic game where players take turns marking spaces on a grid. Our extended version features a 10x10 grid, and the goal is to get five of your symbols in a row, column, or diagonal.
This project is the result of the Czechitas Web Academy beginners' course. As part of this course:
- Weekly tasks were assigned to students.
- Team members participated in code reviews, offering feedback and suggestions.
- Coaches provided code reviews and guidance to ensure quality.
- Two Player Mode: Play with a friend on the same device.
- One Player vs. AI Mode: Challenge an AI opponent in a single-player mode.
- Language Selection: Choose between English and Czech languages for the game.
- Responsive Design: Play on various screen sizes, including mobile devices.
-
Clone the Repository: You can clone this repository to your local machine using the following command:
git clone https://github.com/afialova/piskvorky.git
-
Open
index.html
: To start the game, open theindex.html
file in your web browser.
- The game begins with the player represented by a circle symbol (O).
- Players take turns clicking on the grid to place their symbol.
- The objective is to be the first to get five of your symbols in a row, column, or diagonal.
You can select your preferred language for the game, English or Czech.
In future updates, we plan to implement the following features:
- Improved AI: Enhance the AI player's strategy for a more challenging experience.
- Sound Effects: Add game-related sound effects to make the gameplay more engaging.
- Customization: Allow players to choose their symbols and customize the game board.
We hope you enjoy playing Tic Tac Toe - Piškvorky! If you have any feedback or suggestions, feel free to contact me.
Tic Tac Toe - Piškvorky is an open-source project developed by the Czechitas Web Academy beginners.