zrthstr / snailoo

comparing oo to not oo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

snail oo

the goal of this repo is to copare python oo with python wo/ oo

object oriented reimplemention of snail github.com/zrthstr/snail some random old game that i cant seem to find online so i had to rewrite it to play it

todo

  • random level genrator
  • respan killed snake
  • add level mirror functon to level_tool
  • rename level tool to map tool?

gameplay

kill all snakes by moving bricks into them

level design

see levelX.lvl

	'&' --> You, the snail
	'S' --> Snake's heads
	'B' --> Brick
	'M' --> Movable Brick
```

About

comparing oo to not oo


Languages

Language:Python 100.0%