Merge pull request 'Add Proposal 20243197' (#9) from 20243197/20243197:20243197 into 20243197
Reviewed-on: #9
|
@ -1,3 +0,0 @@
|
|||
# My proposal
|
||||
|
||||
Lorem ipsum
|
45
PROPOSAL_20243197.md
Normal file
|
@ -0,0 +1,45 @@
|
|||
# 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)](https://store.steampowered.com/app/736260/Baba_Is_You/)
|
||||
Genra: Word Puzzle Game
|
||||
### Elements
|
||||
- Objects (Sprite)
|
||||
- Baba
|
||||
- Rock
|
||||
- Flag
|
||||
- Terrain (Blocking)
|
||||
- Tile(floor) 
|
||||
- Wall(initailly blocking)
|
||||
- lava 
|
||||
- Water 
|
||||
- etc..
|
||||
- Properties (Action)
|
||||
- You 
|
||||
- Move 
|
||||
- Stop 
|
||||
- Win 
|
||||
- etc
|
||||
|
||||
### What does the players have to do? ---> Win!
|
||||

|
||||
- **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?)
|
BIN
assets/Baba.webp
Normal file
After Width: | Height: | Size: 542 B |
BIN
assets/BabaPlayEx.gif
Normal file
After Width: | Height: | Size: 810 KiB |
BIN
assets/Flag.webp
Normal file
After Width: | Height: | Size: 490 B |
BIN
assets/Lava.webp
Normal file
After Width: | Height: | Size: 494 B |
BIN
assets/Move.webp
Normal file
After Width: | Height: | Size: 744 B |
BIN
assets/Rock.webp
Normal file
After Width: | Height: | Size: 906 B |
BIN
assets/Stop.webp
Normal file
After Width: | Height: | Size: 682 B |
BIN
assets/Tile.webp
Normal file
After Width: | Height: | Size: 538 B |
BIN
assets/Wall.webp
Normal file
After Width: | Height: | Size: 832 B |
BIN
assets/Water.webp
Normal file
After Width: | Height: | Size: 494 B |
BIN
assets/Win.webp
Normal file
After Width: | Height: | Size: 586 B |
BIN
assets/You.webp
Normal file
After Width: | Height: | Size: 606 B |