- Pen and Paper, a drawing application for touch phones
- Frodo for S60 and S80 etc.
- Python apps: Creepy Invaders and PyFolder
- Simple DirectMedia Layer (SDL) for Epoc
- CDoom
- EMame9210
Screenshot on E90 screen.
Screenshot QVGA screen.
Creepy Invaders is my Space Invaders look-a-like done in Python. Every game programmer should do Space Invaders game at least once :-). The game is coded on Nokia E61i and later E90, all code and graphics (except background images) have been created on device. I also wanted to see if that is possible with Python.
The game should run on any S60 3rd edition device. I might be also possible be ported to pre-3rd edition devices. Sources are there, just do it! You can modify the code and graphics under the
GNU license v.3. Actually changing graphics is quite fun as I have implemented that the old way, as an ascii table:-)
If the device has sensor (accelometer) HW (tested on N95) and vibration HW (tested on N95 and E90), those are automatically enabled in the game. IMO the best way to use sensors in this game is to rotate device like steering wheel. You can also rotate around y-axis, if you like that better.
v1.2, 30-November-2008: Sensor (accelometer) and vibration support! (updated 2-Dec-2008: sis can now be installed to any drive)
v1.1, 24-September-2008: Several new features, like background images and a mothership dropping shelters.
v1.0, 3-April-2008: The first version.
If you do not have Python installed to your device, you need to install this (or a newer version) first:
PythonForS60_1_4_0_3rdEd.sis
Source packet if you want to make own modifications:
Creepy_invaders_source_v1_2_0.zip
Screenshot from N95 screen.
Screenshot from N95 screen.
PyFolder is a Python application that can view Python scripts as icons and launch them. It is like a virtual folder in your standard Application Shell. PyFolder makes it easy to download and run Python scripts that are not wrapped to sis packages. User can choose to open any folder, and run the Python scripts it contains. You can also set your custom (jpg) icons for applications.
The game should run on any S60 3rd edition device. I might be also possible be ported to pre-3rd edition devices. Sources are there, just do it! You can modify the code and graphics under the GNU license v.3.
v0.9, 28-Oct-2008: The first version.
If you do not have Python installed to your device, you need to install this (or a newer version) first:
PythonForS60_1_4_0_3rdEd.sis
Source packet if you want to make own modifications:
PyFolder_src_v0_9.zip