ASSIGNMENT 4
Name : Naman Anand
Roll no : 200101070
SUBJECT : CS242
ASSIGNMENT : 4
************************************************************************************************************
QUE 1)Write a PYTHON program to play the game of TIC-TAC-TOE on a 3×3 board with alternate inputs from user
and computer.
************************************************************************************************************
FOR Que 1)
CODE TO RUN :-
python3 200101070_Assign04.py
PYTHON GAME :-
FOR SPECIFIC DETAILS REALTED TO CODE PLEASE SEE THE COMMENTED DESCRIPTION OF CODE
1)PLEASE ENTER INTEGER / NUMBER WHEN ASKED INPUT NUMBER OTHERWISE PROGRAM WILL CRASH
2)I HAVE MADE A GAME . YOU CAN PLAY MULTPLAYER , SINGLE PLAYER TWO LEVELS - EASY AND HARD
In Easy i have used random no generation whereas in hard i have implemented MiniMax Algorithm
to get the most efficient move.
************************************************************************************************************
****************************************************************************
MinMax Algo , Python
Overview
A coven of tools to assist in PnP RPGs.
pupillae A coven of tools to assist PnP RPGs. Status: Pre-alpha. Testing. Adding necessary functions and features as discovered/required. Other-than-P
A pygame implementation of John Conway's Game of Life
Game of Life A Pygame Simulation This is a Pygame implementation of the famous Conway's Game of Life. The game features a set of very simple rules: An
This is a python interactive story game that I made to show off what I've learnt in python coding for a month
Purpose The files in this repository are for that of a story game created with python version 3.8.5 The purpose of this project was to get familiar wi
This a Chess PGN saver which allows you to save your game pgns, in a .pgn file
PGN Saver This a Chess PGN saver which allows you to save your game pgns, in a .pgn file This can be a very useful tool for the people using chessbase
Experimental Brawl Stars v37.222 server emulator written in Python.
Brawl Stars v37 Experimental Brawl Stars v37.222 server emulator written in Python. Requirements: Python 3.7 or higher colorama Running the server In
Multiplayer 2D shooter made with Pygame
PyTanks This project started as a one day project with two goals: Create a simulated environment with as much logic as possible written in Numpy, to o
Ghdl-interactive-sim - Interactive GHDL simulation of a VHDL adder using Python, Cocotb, and pygame
GHDL Interactive Simulation This is an interactive test bench for a simple VHDL adder. It uses GHDL to elaborate/run the simulation. It is coded in Py
To solve games using AI, we will introduce the concept of a game tree followed by minimax algorithm.
To solve games using AI, we will introduce the concept of a game tree followed by minimax algorithm.
Minecraft clone using Python Ursina game engine!
Minecraft clone using Python Ursina game engine!
Guess The Random Number - A sample Random Number Guessing Game Python Program
Guess_The_Random_Number This repo contains a simple "Random Number Guessing Game
My first Minecraft CPU. Created in collaboration with Peer Carnes as a final project in CS 281: Architecture and Assembly at the University of Puget Sound
Minecraft CPU This is my first ever Minecraft CPU, created in collaboration with Peer Carnes. We created a custom assembly language, including an asse
The repository that hosts the code that teaches a reinforcement learning - based bot to play 2048
The repository that hosts the code that teaches a reinforcement learning - based bot (based on policy gradients method) to play 2048
Gamelib is a pure-Python single-file library/framework for writing simple games.
Gamelib is a pure-Python single-file library/framework for writing simple games. It is intended for educational purposes (e.g. to be used in b
A Tetris Game for programming education
Tetris Game プログラミング学習を目的とした、ブロックを操作してスコアを競うゲームです。 FAQはこちら。 tutorialはこちら。 実行環境準備 Mac環境 Finder→Application→Utility→Terminalから、ターミナルを起動して以下コマンドを実行する。 # i
Orbital-patterns - A program which plots pattern that revolving planets make
orbital-patterns Click to spawn planets Press "S" to capture screenshot. Image w
A Simple 2048 Game Built Using Python
Game 2048_Python Dựa trên trò chơi nổi tiếng 2048 của Gabriele Cirulli. Mục tiêu của trò chơi là trượt các khối được đánh số trên một lưới để kết hợp
Vac-Man in Python
Vac-Man in Python This is my personal version of Vax-man game using python, which is the first task of EA Software Engineering Virtual Experience Prog
This is the card game like HearthStone and Magic
Territory War How to use it use pip3 to install django and channels: pip3 install Django pip3 install channels go to CardGame/first/consumers.py and g
Web frontend to play games from 2008 Miniclip - uses Ruffle for playback
cliparchive Description A set of scripts to download games from the Wayback Machine's archive of Miniclip.com, and a Web frontend to play them using r
Meu primeiro jogo desenvolvido em Python, usado o módulo do Pygame
📖 Sobre Esse repositório é dedicado ao meu primeiro jogo feito em Python, utilizando o módulo do pygame. O jogo foi desenvolvido seguindo o tutorial