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
Finding a method to objectively quantify skill expression in games, using reinforcement learning
Analyzing Skill Expression in Games This is a repo where I describe a method to measure the amount of skill expression games have. Table of Contents M
Chess Game using Python
Chess Game is a single-player game where the objective is same as the original chess game. You just need to place your chess piece in a correct position. The purpose of the system is to provide some
Jogo da velha com interface gráfica desenvolvida em Python utilizando pygame e IA(Inteligência Artificial)
Jogo-da-Velha Sobre o projeto Jogo da velha com interface gráfica desenvolvida em Python utilizando pygame e IA(Inteligência Artificial) Layout tela d
Blackjack Game made using Python
Blackjack Game made using Python Blackjack is a popular card game played in most of the casino.This is an intuition to replicate the same card game us
A simple game with the main idea to be: Guess The Number
GuessTheNumber GuessTheNumber is a simple game I made using Python. The main mechanic of the game is to guess the number that randomly generated from
MCRPC (Minecraft Resource Pack Comparator) checks your resource pack against any version of Minecraft to show resources missing from your pack for that version.
Minecraft Resource Pack Comparator MCRPC checks your resource pack against any version of Minecraft to show resources missing from your pack for that
A bot that deletes any embeds sent by a tropical webhook containing hex #000000 rancher's boots
tropical-webhook-cleanup how to use download the source code as zip get your discord bot token from https://discord.com/developers/applications put yo
Typing test and practice on command line without the need of any internet connection
Terminal-Typing-Test Typing test and practice on command line without the need of any internet connection About CLI based typing test and practice tha
Python fitting assistant, cross-platform fitting tool for EVE Online
pyfa What is it? Pyfa, short for python fitting assistant, allows you to create, experiment with, and save ship fittings without being in game. Open s
Algorithm to solve Wordle correctly 100% of the time within 6 attempts.
WordleSolver © Zulkarnine, 2022. Algorithm to solve Wordle 100% of the time within 6 attempts. You can go ahead and run main.py to run it for all 2315
A python script that uses pygame to display fractals.
Pygame-Fractals A python script that uses pygame to display interactive fractals. There are 3 fractals on the script. They can be displayed on the col
Minesweeper clone with 3 modes of difficulty, UI scaling and custom games feature.
Insect Sweeper Minesweeper clone with 3 modes of difficulty, UI scaling and custom games feature. Mines are replaced with random insects that a player
Made to help you create UI using pygame in python, gonna add way more to this project
Pygame visualizer Made to help you create UI using pygame in python, gonna add way more to this project. As of now, this is only hours worth of work.
Dontdie-minecraft - A python program that causes your computer to bluescreen whenever you die in Minecraft
Don't Die - A Python Program A python program that causes your computer to blues
An asynchronous Minecraft server wrapper written in python3 with asyncio
mark3 (WIP) A modern Minecraft server wrapper written in python3 with asyncio TODO Note: The order of the following checklist doesn't necessarily mean
A chess engine with basic AI capabilities (search for best move using MinMax algorithm)
A chess engine with basic AI capabilities (search for best move using MinMax algorithm)
This is an amazing game make using pygame.
This is an awesome balloon game. It is made in python using Pygame library. It is a project game while learning game development.
python script to convert .OBJ files into Minecraft, rendering them in game with a core shader.
samples: random notes about the tool general output format: (animation not supported yet but planned) vertex id Minecraft's gl_VertexID isn't per mode
Utility for generating randomizer datapacks for minecraft.
Minecraft Rando Utility for generating randomizer datapacks for minecraft. At the moment, it randomizes the following: Loot tables (including block dr
SelectionSortVisualization - This pygame project is helping you to understand the selection sorting algorithm
SelectionSortVisualization (If you have any comments or suggestion, please conta