Updated the readme file.
This commit is contained in:
48
README.md
48
README.md
@@ -3,13 +3,6 @@ Super HUGS Revolution 98
|
|||||||
|
|
||||||
A simple python game for Android by Miguel Angel Astor.
|
A simple python game for Android by Miguel Angel Astor.
|
||||||
|
|
||||||
License
|
|
||||||
-------
|
|
||||||
|
|
||||||
Super HUGS Revolution 98 for Android is available under the
|
|
||||||
terms of a FreeBSD style license. See the file "COPYING" for
|
|
||||||
details of the license.
|
|
||||||
|
|
||||||
Description
|
Description
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
@@ -23,10 +16,27 @@ Super HUGS Revolution should run without problems on any system
|
|||||||
compatible with Python 2.7 and Pygame. Running on Android
|
compatible with Python 2.7 and Pygame. Running on Android
|
||||||
requires a minimum of Android 2.2 (API 8).
|
requires a minimum of Android 2.2 (API 8).
|
||||||
|
|
||||||
|
License
|
||||||
|
-------
|
||||||
|
|
||||||
|
All the source code of Super HUGS Revolution 98 for Android is available under
|
||||||
|
a FreeBSD style license. See the file "COPYING" for details.
|
||||||
|
|
||||||
|
All original graphic and audio content is available under the Creative Commons
|
||||||
|
Public Domain Dedication. See http://creativecommons.org/publicdomain/zero/1.0/
|
||||||
|
for details.
|
||||||
|
|
||||||
|
The fonts in the font directory and the audio track TELEPORTER and associated
|
||||||
|
graphics are used under the terms of their respective licenses. Read the Aditional
|
||||||
|
Assets section further ahead for details.
|
||||||
|
|
||||||
|
The Forever Alone face and likeness is property of The Internet.
|
||||||
|
|
||||||
Compilation for Android
|
Compilation for Android
|
||||||
-----------------------
|
-----------------------
|
||||||
|
|
||||||
Super HUGS Revolution 98 depends on Python 2.7, Pygame 1.9.1, pgs4a 0.9.4.
|
Super HUGS Revolution 98 depends on Python 2.7, Pygame, and pgs4a 0.9.4. Your
|
||||||
|
Python installation must have support for SQLite 3.
|
||||||
|
|
||||||
To compile Super HUGS Revolution for Android devices you need a
|
To compile Super HUGS Revolution for Android devices you need a
|
||||||
working instalation of Pygame Subset for Android (pgs4a) by
|
working instalation of Pygame Subset for Android (pgs4a) by
|
||||||
@@ -37,13 +47,13 @@ found at the following link:
|
|||||||
|
|
||||||
Follow this steps to compile the game (instructions for GNU/Linux systems):
|
Follow this steps to compile the game (instructions for GNU/Linux systems):
|
||||||
|
|
||||||
1) Move the Super-HUGS-Revolution-98 directory inside the pgs4a directory.
|
1) cd to the pgs4a directory.
|
||||||
2) Cd to the pgs4a directory.
|
2) Execute "./android.py configure Super-HUGS-Revolution-98".
|
||||||
3) Execute "./android.py configure Super-HUGS-Revolution-98".
|
3) Answer the questions that will appear on the terminal. Press enter
|
||||||
4) Answer the questions that will appear on the terminal.
|
to use the default answers (between brackets []).
|
||||||
5) Execute "./android.py build Super-HUGS-Revolution-98 release".
|
4) Execute "./android.py build Super-HUGS-Revolution-98 release".
|
||||||
|
|
||||||
This will produce a installable .apk file inside the bin directory of pgs4a.
|
This will produce an installable .apk file inside the bin directory of pgs4a.
|
||||||
Compiling on Windows systems is similar.
|
Compiling on Windows systems is similar.
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
@@ -62,7 +72,7 @@ How to play
|
|||||||
|
|
||||||
Executing:
|
Executing:
|
||||||
To play on a PC execute the main.py script of Super HUGS Revolution 98. To play
|
To play on a PC execute the main.py script of Super HUGS Revolution 98. To play
|
||||||
on Android just start the installed app.
|
on Android start the installed app (it is named HUGS by default).
|
||||||
|
|
||||||
Controls:
|
Controls:
|
||||||
Guide Moncho by tapping and holding on the screen wherever you want him to
|
Guide Moncho by tapping and holding on the screen wherever you want him to
|
||||||
@@ -73,14 +83,14 @@ Hug people to increase your score. Every 25 hugs increases the current wave.
|
|||||||
Enemies become more frequent on higher waves. Hug as many people as you can
|
Enemies become more frequent on higher waves. Hug as many people as you can
|
||||||
before the time runs out.
|
before the time runs out.
|
||||||
|
|
||||||
Notes
|
Aditional assets
|
||||||
-----
|
----------------
|
||||||
|
|
||||||
Super HUGS Revolution 98 uses the track "TELEPORTER" by Danjyon Kimura. The song
|
Super HUGS Revolution 98 uses the track "TELEPORTER" by Danjyon Kimura. The song
|
||||||
is available under a Creative Commons BY-NC-SA license
|
is available under a Creative Commons BY-NC-SA license
|
||||||
(http://creativecommons.org/licenses/by-nc-sa/3.0/) in
|
(see http://creativecommons.org/licenses/by-nc-sa/3.0/) in
|
||||||
http://www.jamendo.com/es/list/a91205/8bit-easter
|
http://www.jamendo.com/es/list/a91205/8bit-easter
|
||||||
|
|
||||||
The fonts Press Start 2P and Profaisal-EliteRiqa are available in
|
The fonts Press Start 2P and Profaisal-EliteRiqa are available in
|
||||||
http://openfontlibrary.org .Check the font directory for more information
|
http://openfontlibrary.org Check the font directory for more information
|
||||||
on the fonts.
|
on the fonts.
|
||||||
|
Reference in New Issue
Block a user