summaryrefslogtreecommitdiffstats
path: root/net/ricketyspace/ror/six
Commit message (Collapse)AuthorAgeFilesLines
* net: snakes.rkt: Fix snake-colliding?rsiddharth2018-07-081-1/+5
| | | | | * net/ricketyspace/ror/six/snakes.rkt (snake-colliding?): Update function.
* net: Add ricketyspace/ror/six/snakes.rkt.rsiddharth2018-07-011-0/+358
|
* net: snake.rkt: Add obstacles.rsiddharth2018-06-132-7/+64
| | | | | | | | | | | * net/ricketyspace/ror/six/resources/obstacle.gif: New file. * net/ricketyspace/ror/six/snake.rkt (pit): Update struct. (obstactle): New struct. (OBSTACLE-EXPIRATION-TIME, OBSTACLE-IMG): New constants. (start-snake, next-pit, render-pit, dead?, world-change-dir): Update functions. (age-obstacle, renew-obstacles, rot-obstacles, obstacle-expired?) (decay-obstacle, fresh-obstacle, obstacle-list+scene) (obstacle-colliding?): New functions.
* net: snake.rkt: Update fresh-goos.rsiddharth2018-06-121-1/+1
| | | | * net/ricketyspace/ror/six/snake.rkt (fresh-goos): Update function.
* net: ricketyspace/ror/six/snake: Show type 2 goo in red.rsiddharth2018-06-122-4/+9
| | | | | | * net/ricketyspace/ror/six/snake.rkt (GOO-RED-IMG): New constant. (goo-list+scene): Update function. * net/ricketyspace/ror/six/resources/goo-red.gif: New file.
* net: snake.rkt: Update next-pit.rsiddharth2018-06-081-1/+2
| | | | | * net/ricketyspace/ror/six/snake.rkt (next-pit): Update function.
* net: snake.rkt: Add grow-size.rsiddharth2018-06-081-0/+4
| | | | * net/ricketyspace/ror/six/snake.rkt (grow-size): New function.
* net: snake.rkt: Update goo struct.rsiddharth2018-06-081-3/+4
| | | | | * net/ricketyspace/ror/six/snake.rkt (goo): Add `type`. (decay, fresh-goo): Updat functions.
* net: Update snake.rktrsiddharth2018-05-301-3/+9
| | | | | * net/ricketyspace/ror/six/snake.rkt (eat, renew): Update functions. (fresh-goos): New function.
* net: Update snake.rkt.rsiddharth2018-05-171-6/+11
| | | | | | | Do Chapter 6 challenge 01. * net/ricketyspace/ror/six/snake.rkt (pit): Add field dinged. (next-pit, render-end, world-change-dir): Update functions.
* net: Add snake.rkt.rsiddharth2018-05-175-0/+216
* net/ricketyspace/ror/six/resources/body.gif: New file. * net/ricketyspace/ror/six/resources/goo.gif: New file. * net/ricketyspace/ror/six/resources/head.gif: New file. * net/ricketyspace/ror/six/resources/tail.gif: New file. * net/ricketyspace/ror/six/snake.rkt: New file.