Turn based roguelike in python

pyTB Turn based roguelike in python Documentation can be found here: http://mcgillij.github.io/pyTB/index.html Screenshot Arrow keys will move the view port around. Shift + arrow keys will move the view port around quicker. Ctrl + Up / Down will move up and down the Z layers. 1,2,3,4 will auto select / center onto the player with that ID. Space will advance the turn. F11 will fullscreen to the resolution specified in game.conf Clicking on a unit will select it and display […]

Read more

Several implementations of classical games in Python

Mini Games with Pygame This projects implement several classic and popular games in Python, using python package — pygame. Currently, 4 games are already made in this project, listing below: Game scene How to run this project ? Install pygame :snake: Open your terminal console and enter pip install pygame to finish install. Acknowledgments :bulb: Snakegame Tutorial (pygame) – You can start with this tutorial to getan brief notion on how pygame actually works. Pygame Website – After knowing how […]

Read more

A python-based multi-player online educational game for students to play in a class or club setting

aimmo Using intermediate Python, join your class on a time travelling adventure. Work together to complete challenges and unlock new time periods. It is the year 3000 and the museum is in big trouble! The priceless artifacts are lost and scattered across timelines. Your team’s mission is to travel through time and bring them back into the museum. Quick Start Fork the repo. Take a look at our usage guidelines to see how to get started. GitHub https://github.com/ocadotechnology/aimmo    

Read more

A simple hangman game created in Python

A simple hangman game created in Python. Starting the Game To run the game, use the following command in the terminal of the project after cloning the repository:python hangman.py The following window will appear after running the command. Playing the Game As with normal hangman games, the player start with a secret, hidden word, denoted by the blank spaces at the bottom left of the screen (in red). The player can guess letters in the word using the text box […]

Read more

Dragon Quest IV English + Party Chat Script Patcher for Japan ROM

dqiv-nds-en-script-patcher Patches English script files from the US version of Dragon Quest IV for Nintendo DS and Android so they are rendered nicely when used with the Japan ROM. Addresses various issues caused by the Japan game code being not fully compatible with English script files. Why? The US version of Dragon Quest IV for the Nintendo DS did not have party chat (https://dragon-quest.org/wiki/Party_Chat) and seems to completely disable party chat in the game code, so it is not normally […]

Read more

Lint game data metafiles against GTA5.xsd for Rockstar’s game engine

rage-lint Lint RAGE (only GTA5 at the moment) meta/XML files for validity based off of the GTA5.xsd generated from game code. This script accepts a series of blobs, and validates all files against GTA5.xsd, allowing to check your metafilesagainst Rockstar’s own definitions. NOTE: This software is EXPERIMENTAL, there are likely XSD generation issues laying around Usage A rage-lint.exe file is provided in the releases tab. Compiling To use this script, first install the dependencies with pip install -r requirements.txt, then […]

Read more

Implementation of Conway’s game of life in python

Conway’s Game of Life An interactive simulator that implements the standard Conway Game of Life with a simple menu developed in Python + Pygame. Test and experience the different types of cell automaton patterns discovered and found in this game. 💻 Shortcuts to change program settings use ESC to exit / close the program. use A to play/pause execution. use S to switch between pencil / eraser. use Q to decrease block size. use W to increase block size. use […]

Read more

Recreation of HexGame in Pygame

Hex with Pygame Recreation of HexGame in Pygame. Whats is Hex ? Historical point of view Hex as been created in 1942 by a Danish mathematician named Piet Hein. The first commercialization of this game is in 1952. With time, some strategies to win have been seeking. Thus, techniques have been found to consistently win on a 7×7 and 9×9 Board. More recently, in 2019, Facebook succeeds in beating the best player of Hex on a 19×19 board. What Are […]

Read more

Quiz game made entirely with python and pygame for school work

Pygame-Quiz Quiz game made entirely with python and pygame for school work. Quiz made entirely with pygame for schoolwork How to install If you already have python and pygame installed on your computer: Download the ‘images’ folder Download the ‘game.py’ file Run the ‘game.py’ file Note: the ‘game.py’ file and the ‘images’ folder must be together in the same location/folder on your computer If you don’t have python and pygame installed (beginners): Download the ‘alternative quiz’ folder Run game.exe game […]

Read more
1 5 6 7 8 9