Skip to content
This repository has been archived by the owner on Nov 7, 2019. It is now read-only.

Commit

Permalink
Merge branch 'master' of https://github.com/flipdot/shit
Browse files Browse the repository at this point in the history
  • Loading branch information
kssoz committed Jun 11, 2016
2 parents 31af957 + 883cca9 commit d605493
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions res/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ Here are the graphics for the klobot game.

## Mr Brown

![Mr. Brown](https://github.com/flipdot/shit/blob/master/res/mr_brown.gif)
![Mr. Brown](https://github.com/flipdot/shit/blob/master/res/sprites/mrbrown.gif)

This is our hero. He will be drawn relatively static in the upper part of the screen while he falls and the tubes scroll up. (He still needs some more animation for left and right movement)

## Tubes

There are three tubelanes mr.brown can to flush through. The background panels contain the tubes. They are organized in subfolders named after the active/inactive lanes at the top of the panel. This is how you can easily find the next possible conntectors.

![3 lanes](https://github.com/flipdot/shit/blob/master/res/111/111-111_short.png)
![3 lanes](https://github.com/flipdot/shit/blob/master/res/pipes/111/111-111_short.png)

### naming scheme
All files are named in a certain way. E.g. `100-010_short.png` means at the top of the panel only the left lane has a tube connector, which leads to a tube in the middle at the bottom. The addon `_short` says, this panel is only 240px high (=screen hight) and the player has to react fast to not hit the walls.
Expand All @@ -30,9 +30,9 @@ An easy start could use these two panels:
010-010_short
...
````
![middle](https://github.com/flipdot/shit/blob/master/res/010/010-010_short.png)
![middle](https://github.com/flipdot/shit/blob/master/res/pipes/010/010-010_short.png)

![middle](https://github.com/flipdot/shit/blob/master/res/010/010-010_short.png)
![middle](https://github.com/flipdot/shit/blob/master/res/pipes/010/010-010_short.png)

lets make an easy curve to the left:

Expand All @@ -43,9 +43,9 @@ lets make an easy curve to the left:
...
````

![middle to left](https://github.com/flipdot/shit/blob/master/res/010/010-100.png)
![middle to left](https://github.com/flipdot/shit/blob/master/res/pipes/010/010-100.png)

![left](https://github.com/flipdot/shit/blob/master/res/100/100-100.png)
![left](https://github.com/flipdot/shit/blob/master/res/pipes/100/100-100.png)

now split into two tubes left and right (easy with a long straight followed by a slow angle):

Expand All @@ -56,9 +56,9 @@ now split into two tubes left and right (easy with a long straight followed by a
...
````

![left](https://github.com/flipdot/shit/blob/master/res/100/100-100.png)
![left](https://github.com/flipdot/shit/blob/master/res/pipes/100/100-100.png)

![split in left and right](https://github.com/flipdot/shit/blob/master/res/100/100-101_alter.png)
![split in left and right](https://github.com/flipdot/shit/blob/master/res/pipes/100/100-101_alter.png)

then making it harder by using a joint within two short panels (sharp angle):

Expand All @@ -69,9 +69,9 @@ then making it harder by using a joint within two short panels (sharp angle):
...
````

![hard curve from left to the middle right is straight](https://github.com/flipdot/shit/blob/master/res/101/101-011_short.png)
![hard curve from left to the middle right is straight](https://github.com/flipdot/shit/blob/master/res/pipes/101/101-011_short.png)

![join to the middle](https://github.com/flipdot/shit/blob/master/res/011/011-010_short.png)
![join to the middle](https://github.com/flipdot/shit/blob/master/res/pipes/011/011-010_short.png)

...and so on.

Expand Down
File renamed without changes
Binary file added res/sprites/mrbrownleft.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/sprites/mrbrownright.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/sprites/mrbrownsplash.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d605493

Please sign in to comment.