back to hack

Have not posted in a while.

clockworkpi

Recently acquired a new toy: a clockworkpi gameshell, an open source handheld game machine.  So something to talk about!

Very impressive, very well done.

initial assembly, took less than an hour.  Documentation and instructions very clear, just my eyes not what they used to be.  Some of the pieces look very similar, and do snap together, incorrectly, so need to double check that all the pieces are in the correct pairs!  They also easily “unsnap” so not a big problem.

What is it?

if you didn’t click on the link above:  is a modular game machine.  My version came with 5 modules, plus the case:  CPU, battery, keypad, screen, soundbar.
CPU is an arm linux machine, with wifi, so very familiar to login and get started.

initial experiments/notes:

Python + pygame is onboard.  So trying that out first:

initial login to shell, and

export DISPLAY=:0

then a quick vi, and pasted in a sample test.py script with pygame, and it appears on the screen!

more to come, will setup a repo, and links to some sample pygame programs.  (snake, asteroids, tetris)

Note: it does support lots of other game engines/types, will get to those next!

This entry was posted in tech. Bookmark the permalink.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s