-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
26 lines (21 loc) · 1.98 KB
/
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
░█████╗░██████╗░██████╗░███████╗██╗░░░░░ ██████╗░░██████╗██████╗░
██╔══██╗██╔══██╗██╔══██╗██╔════╝██║░░░░░ ██╔══██╗██╔════╝██╔══██╗
███████║██████╔╝██████╔╝█████╗░░██║░░░░░ ██████╔╝╚█████╗░██████╔╝
██╔══██║██╔═══╝░██╔═══╝░██╔══╝░░██║░░░░░ ██╔═══╝░░╚═══██╗██╔═══╝░
██║░░██║██║░░░░░██║░░░░░███████╗███████╗ ██║░░░░░██████╔╝██║░░░░░
╚═╝░░╚═╝╚═╝░░░░░╚═╝░░░░░╚══════╝╚══════╝ ╚═╝░░░░░╚═════╝░╚═╝░░░░░
2022 noodles
Appel, recoded in C++ for PSP systems!
## todo
port most or all levels from the appel game
## building
open a terminal in the src directory and type "make". itll make a EBOOT.pbp file for you to play
## putting on your psp
make a new folder in your psp's GAME folder, and call it anything you'd remember. put the assets folder in the new folder, as well as eboot.pbp. teeworlds psp should be there
when the game is installed.
## credits
Iridescence's Shadow Engine for audio (https://github.com/IridescentRose/Shadow-Engine)
griffpatch for Tile-based platformer tutorials (https://scratch.mit.edu/users/griffpatch)
glib2d by libcg (https://github.com/libcg/gLib2D)
Appel by Scratch user griffpatch (https://scratch.mit.edu/projects/60917032/)
paint.net by paint.net team (https://www.getpaint.net/download.html)