homework5/PROPOSAL_20243197.md
2025-04-13 23:06:04 +09:00

1.6 KiB

My proposal : BABA is YOU

from: Jee Youn Kim
ID: 20243197
URL: http://git.prototyping.id/20243197/20243197

Game : BABA is YOU

Game Link: link(steam)
Genra: Word Puzzle Game

Elements

  • Objects (Sprite)
    • Baba(character)
    • Rockrock
    • FlagFlag
  • Terrain (Blocking)
    • Tile(floor) tile
    • Wall(initailly blocking)wall
    • lava (lava)
    • Water (water)
    • etc..
  • Properties (Action)
    • You you
    • Move Move
    • Stop Stop
    • Win win
    • etc

What does the players have to do? ---> Win!

Play

  • How to win? Touch the element that is connected to 'WIN'
  • How the game works? This is a word puzzle based computer game. You make the rules by combining the objects and words (properties).
    And according to the rules you play the game(move around and touch the 'win'.)

How will the game look like?

To build the scene described above, I plan to develop the game using modular rules, where each interaction and game logic is handled through well-structured functions.

+...If I can AI generate the stages of 'baba is you', that will be my final goal of this project.

Main Challenges

  1. Make the rules work.
  2. Make the elements to be interchangeable.
  3. Make the World. (can I AI generate this?)