maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Games (https://talk.maemo.org/forumdisplay.php?f=12)
-   -   QBASIC Gorillas on N900 (Python) (https://talk.maemo.org/showthread.php?t=69887)

xxxxts 2011-02-15 12:22

QBASIC Gorillas on N900 (Python)
 
I was looking for the .bas file for Gorillas to run in DOSBox on my N900, I stumbled upon this;

http://inventwithpython.com/blog/201...f-gorilla-bas/

I don't know Python too well, so I am hoping someone here could get this to run on the N900.

For those of you who don't know/remember Gorillas it was the Angry Birds of the early '90s! And it is still just as much fun!

I am REALLY hoping someone could get this up and running on the N900!:D

vi_ 2011-02-15 12:30

Re: QBASIC Gorillas on N900 (Python)
 
ahem, I'l just leave this here...

http://www.kongregate.com/games/Moly/gorillas-bas

epage 2011-02-15 12:48

Re: QBASIC Gorillas on N900 (Python)
 
I might see if I can get a chance to play with this. It might give me a bit more pygame experience to better deal with Omnom

xxxxts 2011-02-15 13:22

Re: QBASIC Gorillas on N900 (Python)
 
Quote:

Originally Posted by vi_ (Post 946963)
ahem, I'l just leave this here...

http://www.kongregate.com/games/Moly/gorillas-bas

Ha, yeah - I have seen it, but it is so much more... rewarding... to play it on the N900 in Python.

noobmonkey 2011-02-15 14:20

Re: QBASIC Gorillas on N900 (Python)
 
lol just ran it on my n900 - loads fine with no alterations - few issues with is recognising the n900 enter key, but that should be easy to fix, and chaning the screen size is easy, if i get time tonight i'll try and upload a basic n900 version port.

xxxxts 2011-02-15 15:04

Re: QBASIC Gorillas on N900 (Python)
 
I must be missing some py things...

noobmonkey 2011-02-15 15:25

Re: QBASIC Gorillas on N900 (Python)
 
all of pygame maybe?


import pygame, sys, time, random, math
from pygame.locals import *

epage 2011-02-15 15:40

Re: QBASIC Gorillas on N900 (Python)
 
Somethings that should probably be done before going to extras.
  • Windowing / close buttons
  • Configurable key bindings for international keyboards (will actually hit an assert and quit if you touch some of the unapproved keys)
  • Others?

Of course a pure touch interface would be cool but probably not worth it for now.

caco3 2011-02-15 15:41

Re: QBASIC Gorillas on N900 (Python)
 
LOL, good old times
With that game I started my first programming experience ;)

Why not run Win95 with QBASIC on the N900?
THAT would be nostalgic... :)

xxxxts 2011-02-15 15:57

Re: QBASIC Gorillas on N900 (Python)
 
Why am I missing those dependencies? I can't find what package to install... anyone?


All times are GMT. The time now is 09:20.

vBulletin® Version 3.8.8