Fully functional BlackJack game with a graphical user interface

Welcome to BlackJack! This game is fully functional, with a casino sound package integrated using Pygame, dynamic game logic developed using Object Oriented Programming (OOP), and an interactive GUI developed using Tkinter. The game itself is a one player game developed in Python, where the player plays against the dealer. Note that the file: BlackJackCommandLine.py in the project folder is the command line interface version of BlackJack. This was the initial script that I developed, intended to be a game […]

Read more

Simple Game created using Python & PyGame, as my Beginner Python Project

This is a simple SPACE INVADER game create using PYGAME whihc have sound and lot’s of keyboard functions. More Experience with Python Programming language. PyGame Library Used Make sure, you already installed Python 3.8 or above versions. Now run the following commands in your Terminal for installing libraries. git clone https://github.com/gaurtvin/space-invaders.git Go to the Project directory Run the following command Hey, I am Gaurav 14 y/o New in Programing from India, I love to contribute to Open-Source in Python and […]

Read more

A game to test programming and logical skills

Bem vindo ao jogo Mastermind! O jogo consiste em adivinhar uma senha que será gerada a cada partida, composta por quatro cores dentre as citadas: amarelo, verde, azul, roxo, vermelho, laranja.Inicialmente será necessário inserir quantas tentativas você deseja ter para acertar a senha (a recomendação é 10).Existem 10 pinos de cada cor no total para serem usados, não podendo exceder esse número por pino na partida.A cada tentativa será informado por pinos brancos se a cor está na posição certa, […]

Read more

A game program written in the Python language

My Pygame Game Information: Description This Pygame project is a game program written in the Python language that was created to fulfill the level 1 task requirements for the Hyperion Development Software Engineering Bootcamp that I am enrolled in. The aim of this task was to develop skills to adapt to working with novel code libraries. Therefore, a simple Pygame program example was provided as a base to write our own game, according to the task level specifications. This simple […]

Read more

An advanced monster manual for Tower of the Sorcerer

This is an advanced monster manual for Tower of the Sorcerer mods. Users can get a plenty of extra imformation for decision making when playing tower of the sorcerer mods. Install and run python setup.py develop python main.py 这是一个高级的魔塔游戏怪物手册。用户可以从这个工具中获取大量的额外信息,以辅助魔塔游戏中的决策。 安装与使用 python setup.py develop python main.py GitHub View Github    

Read more

Breakout-KD – A fantastic game created in python with pygame

About This Game Breakout-KD is a fantastic breakout game. It’s a python based game officialy made by me on december holiday. This game works on Windows 7/8/10/11 & all windows platforms. REQUIREMENTS : First make sure new version Python installed in your system I made this game on pygame module. So, Install pygame on your system pip install auto-py-to-exe Screenshots Instalation & Usage If you have installed git on your system, you can clone this git clone https://github.com/rifkykd/Breakout-KD cd Breakout-KD […]

Read more

Unofficial code reproducing Agent57

This repository contains unofficial code reproducing Agent57, which outperformed humans in all Atari games. agent.py define agent to play a supecific environment. buffer.py define buffer to store experiences with priorites. learner.py define learner to update parameter such as q networks and functions related to intrinsic reward. main.py run the main pipeline. model.py define some models such as q network and functions related to intrinsic reward. segment_tree.py define segment tree which decide segment index according to the priority. tester.py define tester […]

Read more

A python bot to automate BombCrypto game

This is a python bot to automate BombCrypto game. Logs in to the game, reconnects when needed, closes error warnings, sends heroes to work or home automatically, has Telegram integration and lets you know by message or call if the farm stop. It is fully open source and free, compatible with Windows and Ubuntu. Telegram: https://t.me/+WXjrE1Kdb1U1Mzg0 🎁 Donation: BUSD/BCOIN (BEP20): 0x8c38512beca8b0b06bf4e85f67ee64a7dcdaa11a – 27/Dec/21 (15%) (30%) (50%) (70%) (85%) (100%) [————–|————|————-|————|———-|———] ($500) | $45    

Read more

MCTS (among other things) for 2048

2048 Created by Chad Palmer for CPSC 474, Fall 2021 Overview: This is an application which can play 2048 and simulate games of 2048 with a variety of different computational intelligences, the highest performing of which is MCTS. With MCTS with 1000 iterations (./Driver -simulate m 1000 -display), the agent achieves scores comparable to a skilled human player (usually wins, occasionally achieves the 4096 tile). Flat Monte Carlo also works very well. The entire program runs a bit slower than […]

Read more
1 2 3 4 5 9