The “I really liked it!” Award
Presented by Shyr to:
InfinityCoaster (InfinityCoaster) | |
---|---|
source code: https://github.com/v1nam/infinity_coaster | |
Woundabout (Universe Factory 32) | |
Please play and rate v2 if you are using pygame 2.0+. v1 has a bug (thanks to mauve for reporting it!) that causes some game objects to not appear in pygame 2.0. Other than the bugfix the gameplay is identical between versions, so if you're on pygame 1.9 then v1 should be fine too. Snake-like action game about eating your own tail. Control with keyboard. I recommend completing Adventure mode, it's basically a tutorial, and should take about 15 minutes. Endless mode is much harder after a few stages, and you should feel free to judge the game without trying it. Press Esc in the game for options and help, and check out the README for strategy tips. Thanks for trying it out! How it fits the theme: This game's central mechanic is inspired by the ouroboros, a symbol representing infinity and eternity. |
|
BEE Quick (AK_472) | |
A Neverending game where you are bee that collects nectar from flowers while avoiding wasps created for the pyweek game jam 32, 2021.9 | |
Lil Miss Vampire (Team Behrens) | |
A world that scrolls infinitely in any direction, an RPG-like UI, and simple, real-time fighting. My younger kids and I built this entry for PyWeek 32 based on the theme "Neverending". The key innovations are:
The gameplay:
The code:
Development:
Limitations:
Setup: Install Python 3.9.7. I used pyenv on a Mac, but you can do whatever suits you: brew update && brew upgrade pyenvpyenv install 3.9.7 # Restarted my shell. Setup a virtualenv using the right version of Python. I used pyenv, but that's optional: pyenv global 3.9.7 python --version python -m venv ~/.virtualenvs/pyweek32-neverending pyenv global system python --version Go to where you uncompressed the code and install requirements: unzip pyweek32-neverending.zip cd pyweek32-neverending . ~/.virtualenvs/pyweek32-neverending/bin/activate pip install -r requirements.txt Running: . ~/.virtualenvs/pyweek32-neverending/bin/activate ./run_game.py Developing: git clone https://github.com/jjinux/pyweek32-neverending.git cd pyweek32-neverending . ~/.virtualenvs/pyweek32-neverending/bin/activate make help make setup_githooks make iterate |
|
Untitled (Untitled) | |
We are very skilled progammers who each have 60+years of experience with python and have been full stack devs since before cars were invented. We even helped program the first ever video game called chess. |