Play

7DRL Challenge 2021

Thaum

Seed

A game about planting seeds and attracting creatures. Inspired by Viva Pinata.

Seed

Fractal

This isn’t a game, but it is really fun to try to find your favorite fractal. Increase the iteration with the up and down arrows, adjust the shape with W, S, A, and D keys. Fractal

Snake

A simple snake game. Use the arrow keys to move. Play Snake!

Void Wars

20190319

Vapor Street

7drl challenge (unsuccessful)

VaporStreet development Day 1-2

VaporStreet development Day 3-4

VaporStreet development Day 7

Vapor Street Instructions:

You can move either using the number pad or with vi keys

Number Pad:

7 8 9         
 \|/          
4-@-6         
 /|\          
1 2 3    

Vi Keys:

y k u         
 \|/          
h-@-l         
 /|\          
b j n   

Lunging works only when moving up, down, left, or right. If the move is successful you attack one step further than before. In the example below, if the player ‘@’ moves to the right one space, the Punk ‘P’ will be killed by a lunge.

.....
.@.P.
.....

Slashing works only when moving diagonally (currently done using the ‘y’,‘u’,‘b’, and ‘n’ keys vim style). If the move is successful, you attack the two adjacent tiles that the player stepped ‘through’. In the example below, if the player ‘@’ moves up and to the right one space, the two Punks ‘P’ will be killed by a slash. Keep in mind that moving diagonally will not lunge so the Police Officer ‘O’ will not be killed.

.....
...O.
.P...
.@P..
.....