diff options
| author | s1nical <[email protected]> | 2019-08-16 05:58:53 -0700 |
|---|---|---|
| committer | s1nical <[email protected]> | 2019-08-16 05:58:53 -0700 |
| commit | bec4e31ea85e53445d29490824fb61035cccfe75 (patch) | |
| tree | 5d35f61da07ec0b2ac9d17fd50b301f8fdc5699e /doc | |
| parent | add wolfenstein 3d to games directory (diff) | |
| download | s1n.pw-admin-bec4e31ea85e53445d29490824fb61035cccfe75.tar.xz s1n.pw-admin-bec4e31ea85e53445d29490824fb61035cccfe75.zip | |
various removals, fixes, changes
- remove license, readme
- update humans
- resources > doc
- todo.todo > spike/todo.todo
- mobile excludes for space invaders and wolf3d
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/easter-eggs.txt | 47 | ||||
| -rw-r--r-- | doc/paths.txt | 6 |
2 files changed, 53 insertions, 0 deletions
diff --git a/doc/easter-eggs.txt b/doc/easter-eggs.txt new file mode 100644 index 0000000..f4ae6ac --- /dev/null +++ b/doc/easter-eggs.txt @@ -0,0 +1,47 @@ +pie +ufo +walk +cool +balloon +hangover +kirby +no +onmyway +haters +board +snorlax +fly +earth +thankyou +swim +penguin +handsome +tank +jump +winner +fox +mario +joker +rabbit +piggy +psyduck +dragon +salamander +airguitar</li> +pikachu +bravo +ghost +britney +pikarun +catrun +koggy +sonic +doggy +spongebob +gun +money +bird +piqiu +lol +ohhh +nyancat
\ No newline at end of file diff --git a/doc/paths.txt b/doc/paths.txt new file mode 100644 index 0000000..1c667d9 --- /dev/null +++ b/doc/paths.txt @@ -0,0 +1,6 @@ +Here is all you need to know about relative file paths: + +- Starting with "/" returns to the root directory and starts there +- Starting with "../" moves one directory backwards and starts there +- Starting with "../../" moves two directories backwards and starts there (and so on...) +- To move forward, just start with the first subdirectory and keep moving forward
\ No newline at end of file |