itch.io is community of indie game creators and players

Preparing minigame tutorial on Ren'Py

Mini-Games Showcase

When I initially developed these mini-games, I had little knowledge and, as a result, encountered several issues like the ones I mentioned in the devlog of the ShootingGamePlugin page. Now, while I have a better understanding of Python and Ren'Py, my busy academic schedule has prevented me from modularizing the code to fix those issues. Nevertheless, I look forward to sharing helpful knowledge and insights I have gained.

Mini-Games

FPS Shooting

Moving targets, ammo, and time limits

Watch FPS Shooting

Object Touch & Dodge

Mouse pointer game with health decay over time

Watch Hit-Dodge

Turn-Based Combat

Inspired by Undertale

Watch Turn-Based Combat

Ren'Py Minigame Code

You can view the Ren'Py mini-game code here:

  Ren'Py Mini-Game Code

Additional Python Implementation (Rhythm Game)

Here’s a mini-game coded from scratch using Python and a joystick module on a Raspberry Pi, showcasing my ability to implement custom game mechanics without pre-built tools like Pygame.

Python Mini-Game Video (Dancing Dino) Python Mini-Game Code (GitHub)
Leave a comment