Peach Gardens - Files


Summary |  Forums |  Files | 
Notes

Release Name: 0.1 [Download]

Notes:
INTRODUCTION

Version 0.1 is a snapshot of latest development version of Peach Gardens.  This version
contains a playable demo with two different maps and full source code for the game and map 
editor.

INSTALL

Download package pgardens-0.1.tar.gz and unpack it with command:

  gunzip -c pgardens-0.1.tar.gz | tar xvf -

The above command creates directory pgardens-0.1 with all the necessary files.  To build 
Peach Gardens, type:

  cd pgardens-0.1
  ./configure --with-ps2 --without-x
  make

RUNNING PEACH GARDENS

To start Peach Gardens, cd to directory pgardens-0.1/src, and type:

  ./pgardens

The game should start shortly.

CONTROLS

Player is controlled using left, right, up and down buttons.  Press triangle to move to next 
game area.



Changes: