March 2024 challenge: “Tube”
Phantasma's Basic Pipe Puzzle - Day 1 Diary Summary: Design Doc and Initial framework setup
Posted by Phantasma on 2024/03/18 00:08
Written up a design document for this game jam that I will update as the event goes on. On the coding aspect I've built a basic framework of the game. At the moment I'm primarily focused on navigating between the main menu and the following selections:
- Gameplay
- Options
- Credits
As for the python module choice I've chosen PyGame for this challenge.
Thinking of making one of those pipe puzzle games. I'll start posting screenshots on the next diary entry.
Tube Chase - Probably bitten off more than I can chew
Posted by mr_matho on 2024/03/17 09:18
Truth is I've only really been playing around with PyGame at all in the past couple of months and I'm very definitely a secondary teacher who programs now rather than a programmer who teaches.
But I thought I'd have a crack in the hope we might create something to show the students.
To keep things bordering on impossible I'm going to use the same library we get our Year 9s using: PyGame Zero. This means it is simpler to get something up and running, but if we build the sort of game I'd really like to then it will likely get brought undone by the simplicity.
Can't decide if this is woefully pessimistic or I'm just terribly optimistic given I'm going to give it a crack anyway.