Tic-tac-toe game with the logic implemented in Prolog
-
Updated
Oct 17, 2020 - Python
Tic-tac-toe game with the logic implemented in Prolog
Файловый Кот - это маленькая инд-игра про кота которого надо кормить файлами. Но смотрите не перекормите :)
Command-line Blackjack game implemented in Python, where players can test their luck and strategy against a computer dealer. The game follows classic Blackjack rules, allowing players to hit, stand, and try to reach 21 without busting.
A CLI combat adventure game built with Python, inspired by Bloodborne. Final project for CS50’s Introduction to Python.
Chess in Python, but with the twist of a shop system and abilities.
A simple implementation of the Pig dice game in Python. The game starts by asking the user to enter the number of players (2 to 4). Each player takes turns rolling a dice until they choose to hold. If a player rolls a 1, their turn ends and the next player starts. If a player rolls any other number, they can choose to roll again or hold.
This is a simple text-based Tic-Tac-Toe game for two players. Players take turns to place X or O on a 3x3 grid by entering the row and column numbers. After each move, the game checks if there’s a winner or if it’s a draw. The game also makes sure that players pick valid spots and don’t choose a spot that’s already taken.
Add a description, image, and links to the game-logic topic page so that developers can more easily learn about it.
To associate your repository with the game-logic topic, visit your repo's landing page and select "manage topics."