All Projects → skoolkid → pyskool

skoolkid / pyskool

Licence: GPL-3.0 License
A remake of Skool Daze and Back to Skool in Python and Pygame.

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to pyskool

carAI-Demo
使用浅层神经网络和遗传算法训练一个可以自动驾驶小车的Demo
Stars: ✭ 64 (+326.67%)
Mutual labels:  pygame
lighthouse-of-doom
A simple text-based adventure game
Stars: ✭ 52 (+246.67%)
Mutual labels:  zx-spectrum
PYTRIS
tetris made with pygame
Stars: ✭ 26 (+73.33%)
Mutual labels:  pygame
Kenney-Checkers
Mini-project of the discipline Programmation 1 - UFCG - Computer Science
Stars: ✭ 16 (+6.67%)
Mutual labels:  pygame
vforth-next
Z80N Forth system suitable to run on the new ZX Spectrum Next
Stars: ✭ 16 (+6.67%)
Mutual labels:  zx-spectrum
Maze-Runner
The Maze Runner game inspired by Chrome T-Rex. 🎮
Stars: ✭ 26 (+73.33%)
Mutual labels:  pygame
TerraCraft
Voxel Engine written in Python 3 + Pyglet.
Stars: ✭ 49 (+226.67%)
Mutual labels:  pygame
PygameDocs
关于Pygame库的中文文档
Stars: ✭ 33 (+120%)
Mutual labels:  pygame
Python Scripts
It contains all the Python Programs, whether it's a GUI, basic, Data Structures, etc. It's a collection of some great Python scripts from basic to advance levels for automating some monotonous tasks.
Stars: ✭ 23 (+53.33%)
Mutual labels:  pygame
ayfxedit-improved
AYFX Editor (Improved)
Stars: ✭ 24 (+60%)
Mutual labels:  zx-spectrum
Poke-Pi-Dex
Our deep learning for computer vision related project for nostalgic poke weebs (Sistemi digitali, Unibo).
Stars: ✭ 18 (+20%)
Mutual labels:  pygame
fractal-plan
An animation using geometric plan! How we do beautiful and psychedelic things?
Stars: ✭ 32 (+113.33%)
Mutual labels:  pygame
agario
Python clone of agar.io game, made with pygame.
Stars: ✭ 32 (+113.33%)
Mutual labels:  pygame
python-game-snake
A Game-Snake version of AI to play Snake automatically.
Stars: ✭ 30 (+100%)
Mutual labels:  pygame
zx-spectrum-games
Collection of ZX Spectrum annotated game source code dissasemblies as .skool files
Stars: ✭ 35 (+133.33%)
Mutual labels:  zx-spectrum
SpecIde
Let's try something with SFML.
Stars: ✭ 27 (+80%)
Mutual labels:  zx-spectrum
flappy-bird-pygame
A clone of Flappy Bird, using Pygame.
Stars: ✭ 99 (+560%)
Mutual labels:  pygame
The-Third-Element
🎮 Small scale RPG game for the ICS3U final project
Stars: ✭ 19 (+26.67%)
Mutual labels:  pygame
Galaxy-Attack
An inspiration of the original Atari Space Invaders game built in pygame 👾 🎮
Stars: ✭ 32 (+113.33%)
Mutual labels:  pygame
GameOfLife
Conway's Game of Life
Stars: ✭ 18 (+20%)
Mutual labels:  pygame

Pyskool

In 1984, Microsphere published Skool Daze, a game for the Sinclair ZX Spectrum. In 1985, the sequel Back to Skool was published.

Each game is based in a boys' school (though Back to Skool adds a playground and a girls' school) and revolves around the antics of Eric, the hero. In Skool Daze, Eric must steal his report card from the school safe - the combination of which must be extracted from the teachers' brains using flashing shields or, in the case of the history teacher, post-hypnotic suggestion. In Back to Skool, Eric must get his report card back into the school safe, this time with the extra help provided by a water pistol, stinkbombs, a bike, mice, a frog and a girlfriend.

Pyskool is a re-implementation of these classic games in Python and Pygame, with the aim of making them easy to customise by editing a configuration file or - for more advanced customisation - writing some Python code.

See the documentation for more details (mirror here).

Playing Pyskool

Before playing Pyskool for the first time from a checkout of this repository, you will need to create the game launcher scripts, images, ini files and sound files:

$ make scripts images ini sounds

Then you can run one of the game launcher scripts:

$ ./skool_daze.py
$ ./back_to_skool.py
$ ./skool_daze_take_too.py
$ ./ezad_looks.py
$ ./back_to_skool_daze.py
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].