-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
45 lines (21 loc) · 812 Bytes
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Prove Thine Worth
Created by Sheepolution
http://sheepolution.com
--------CONTROLS--------
You can edit the controls in the config.ini, but these are the default controls:
Jump = X or UP
Move left = LEFT
Move right = RIGHT
Start game with timer = C
Restart the game = Hold C
---------SOURCE---------
You can view the source by opening pkg as a zip.
This game was made with an unreleased framework made by rxi (github.com/rxi).
The framework has the following limitations:
* 128x128 screen resolution
* A single 128x128 sprite sheet
* A single 128x64 tilemap
* A maximum of 7 colors (plus transparency)
* 6 buttons (4 directions + 2)
* 4 oscillators for sound and music (music can be made in the update() callback)
* Lua stripped of most functions, limited to a maximum of 256kb VM memory