summaryrefslogtreecommitdiff
path: root/tetris/tetris.prn
blob: c11ec57a5ff6e957c2bb83e9357e3700eff0ed7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
@includeonce "io.prn"
@includeonce "utility.prn"
@includeonce "blocks.prn"
@includeonce "engine.prn"


#PARAMETERS
0 "origin_x" store
5 "origin_y" store
3 "padding_x" store
2 "padding_y" store
11 "ntiles_x" store
13 "ntiles_y" store
3 "tile_sizex" store
2 "tile_sizey" store

500000 "sleep_time" store


#RUNNING THE GAME
e_init
#e_test
e_runloop
io_pos_after io_goto