Go to file
ExeVirus cda456edba Update to using current moreblocks 2022-01-30 22:26:55 -05:00
data Namespace everything 2021-12-11 14:02:52 -05:00
models Remove the now useless globalstep and add some more assets 2021-12-18 23:29:32 -05:00
textures Make tree stump not suck 2021-12-19 21:42:27 -05:00
LICENSE.md Update License 2021-12-20 20:58:13 -05:00
README.md Update README.md 2021-12-11 13:41:34 -05:00
discoveredAssets.md Add discovered assets list 2021-11-30 19:28:59 -05:00
init.lua Fix Alpha and pointable 2022-01-30 22:18:32 -05:00
mod.conf Update to using current moreblocks 2022-01-30 22:26:55 -05:00

README.md

Lady Assets

Game Design

Large uneven terrain, like a yard/garden. You are a small ladybug in this big garden, who is trying to find all the stars in the/each world, which is surrounded by a white picket fence and has no night cycle.

There are ants that if they see you in their patrol, you "die" and return to the start (a mound of dirt)

You must traverse water and climb the plants themselves to get to all the stars, sometimes leaping off the edge of one to fall down. No jumping, only walking.

Overall goals

  1. Multiple levels
  2. Tutorial levels 1-3 or something
  3. Level selector main menu
  4. Main menu has a screen to go to the help section (using game_doc)
  5. If they get stuck, use the i key to bring up the in-game menu (respawn possible)

Menu design

Main menu
    - button - Help Menu using markdown2formspec
    - button - Attribution page using markdown2formspec
    - button -Levels selection, just an array of buttons decending down (8 levels maybe?)

Music Design

Just use Recorded Piano that I play, looped. Possibly one for each level

In order of todo

  1. level loading method (maybe use world edit)
  2. Blender workflow
  3. Gameplay programming