DIY hand-held games console
Last updated: 29 Jun 2022 - 22:40
I've decided to have another crack at a hand-held games console project. I've had various ideas for doing this over the years. I built one based around a PIC18F4520 many years ago but didn't get far with trying to write the software for it. More recently (but still long ago) I had the idea that maybe the OggBox might make a simple console, if you hold it sideways the 4 buttons under one hand and the top two buttons in the other hand. Last year I got most of the way through designing one in my summer holiday, but the parts are all now out of stock and it was based on a PIC32 which I've now decided is a very bad idea having had to use them professionally since.
The chip supply crisis is still in full effect and I have almost no free time so this is going to be an interesting challenge, but I thought I'd document my process from the beginning this time and see where I get.
PySnakes
Last updated: 15 Dec 2009 - 22:03
Pysnakes is a one or two player game of snake written in python using the pygame SDL bindings. It was originally written for a competition in the British made Linux Format magazine. It should work on any platform with a pygame release. It's been tested on Ubuntu and Windows. The design of the levels and the game in general are heavily inspired by the "nibbles.bas" demo program that used to ship with Microsoft Quick Basic.