Asteroids: Difference between revisions

From OLPC
Jump to navigation Jump to search
m (fixed status box bad edit)
(getting asteroids to work)
Line 16: Line 16:
This version of Asteroids is Asteroids 6 by Ian Mallett. The original repository can be found [http://www.geometrian.com/Programs.php here].
This version of Asteroids is Asteroids 6 by Ian Mallett. The original repository can be found [http://www.geometrian.com/Programs.php here].



== Asteroids does not work as installed ==
The XO bundle as it sits does not run. The manifest does not bring over Imageload (py or pyc). To run this you need to copy ImageLoad.pyc from the repository to the asteroids.activity directory on your XO.
The XO bundle as it sits does not run. The manifest does not bring over Imageload (py or pyc). To run this you need to copy ImageLoad.pyc from the repository to the asteroids.activity directory on your XO.


from [[Terminal]] type
There are some playability issues with the application as it stands:

cd /home/olpc/Activities/asteroids.activity

Then type in

<nowiki>wget https://svn.openplans.org/svn/OLPC/games/asteroids.activity/ImageLoad.pyc</nowiki>

You must be connected to the internet for wget to work.
If you get a message that the file failed, and you've confirmed that you typed everything correctly, try again later.

As seen at http://olpcnews.com/forum/index.php?topic=2356.0

== There are some playability issues with the application as it stands ==
* very small text
* very small text
* low contrast of some screen elements
* low contrast of some screen elements

Revision as of 13:03, 28 May 2008


Asteroids
Activity-asteroids.svg
Status: see notes on this page
Version: 1
Base: No
Source: included in the .xo bundle
l10n: missing
Contributors
Chris Abraham, Robert Myers

Asteroids

Based on the Asteroids port to pygame. See http://www.pygame.org/project/506/.

This version of Asteroids is Asteroids 6 by Ian Mallett. The original repository can be found here.


Asteroids does not work as installed

The XO bundle as it sits does not run. The manifest does not bring over Imageload (py or pyc). To run this you need to copy ImageLoad.pyc from the repository to the asteroids.activity directory on your XO.

from Terminal type

cd /home/olpc/Activities/asteroids.activity

Then type in

wget https://svn.openplans.org/svn/OLPC/games/asteroids.activity/ImageLoad.pyc

You must be connected to the internet for wget to work. If you get a message that the file failed, and you've confirmed that you typed everything correctly, try again later.

As seen at http://olpcnews.com/forum/index.php?topic=2356.0

There are some playability issues with the application as it stands

  • very small text
  • low contrast of some screen elements
  • not filling XO screen
  • game is not 'throttled' and was meant for a much faster machine, so some actions are very sluggish

I am working on getting a new bundle addressing these issues back into the repository. Rmyers 18:15, 29 April 2008 (EDT)