Skip to content
This repository was archived by the owner on Jul 1, 2026. It is now read-only.

Commit 0615a19

Browse files
author
yupswing
committed
Version 0.9 2012/06/24
1 parent 736ecdb commit 0615a19

40 files changed

Lines changed: 1865 additions & 518 deletions

README.txt

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
2+
YET ANOTHER PYTHON SNAKE
3+
========================
4+
5+
# YetAnotherPythonSnake 0.9
6+
# Author: Simone Cingano (simonecingano@gmail.com)
7+
# Web: http://imente.it
8+
# Licence: (CC) BY-NC 3.0 [http://creativecommons.org/licenses/by-nc/3.0/]
9+
10+
11+
DEPENDENCIES
12+
============
13+
14+
You might need to install some of these before running the game:
15+
16+
Python: http://www.python.org/
17+
PyGame: http://www.pygame.org/
18+
19+
(game tested on Python 2.7 and PyGame 1.9)
20+
21+
22+
23+
RUNNING THE GAME
24+
================
25+
26+
Open a terminal/console and "cd" to the game directory and run:
27+
28+
python yaps.py
29+
30+
31+
32+
HOW TO PLAY THE GAME
33+
====================
34+
35+
Arrows or WASD to move
36+
P to pause
37+
M to toggle music
38+
39+
Red apples give 1 point
40+
Blue apples give 5 points (they disappear quickly)
41+
Black Blocks appear casually on the map. Avoid them!
42+
And last, but not least, don't eat yourself!
43+
44+
45+
SOME INFOS
46+
==========
47+
This game is brought to you by Simone Cingano's not-so-skilled hands.
48+
49+
I took inspiration from Invention by XASM Studio to learn how
50+
to program in PyGame (Thank you!)
51+
52+
This is my first game in pygame, and I know there is a lot of mess
53+
in the code.
54+
55+
Anyway... let me give credit who deserves it:
56+
57+
*Sound & Music
58+
NLM, Setuniman, Rock Savage, j1987, qubodup, theta4, Freqman
59+
(CC) freesound.org
60+
61+
*Title Background Photo
62+
"Close up grass" by Sam Kim
63+
(CC) flickr.com"
64+
65+
PS: There is no active website, I'm workin' on it

cfontmanager.py

Lines changed: 0 additions & 139 deletions
This file was deleted.

data/choose-difficult.png

-49.6 KB
Binary file not shown.

data/choose-grid.png

-49.2 KB
Binary file not shown.

data/crash.wav

-1.56 MB
Binary file not shown.
File renamed without changes.

data/font/cella.otf

37.2 KB
Binary file not shown.

data/music/boot.mp3

82.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)