fanglingsu / nyancat-console

A nyancat game for the cli (linux).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Render world of nyan

fanglingsu opened this issue · comments

Find a better way to render the world with plateaus and items that allows to determine if nyan walks on earth or is falling down. The world should be created in a way, that nyan can reach a single plateau nearly every time. So we need a kind of definition how to generate the plateau elements so that they aren't to much but that nyan can reach them. The calculation for the world should be fast to not disturb gaming fun.

Possibilities:

  • Use some tricky random generator that produces a nice looking world for nyan. Could be difficoult to implement, and needs more CPU-Resources
  • Use a file that contains the world slanted by 90 degrees so that we could read it from top to bottom
  • ...