From 8dbd972afb95a3704597715c75bb65e1df45cb2b Mon Sep 17 00:00:00 2001 From: Jee Youn Kim Date: Tue, 15 Apr 2025 17:11:57 +0900 Subject: [PATCH] add documents and start making files for the project --- PROPOSAL_20243197.md | 59 ++++++++++++++++++++++++++++++-------------- 1 file changed, 41 insertions(+), 18 deletions(-) diff --git a/PROPOSAL_20243197.md b/PROPOSAL_20243197.md index 9d55692..5fc9ca5 100644 --- a/PROPOSAL_20243197.md +++ b/PROPOSAL_20243197.md @@ -7,23 +7,7 @@ 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![(character)](assets/Baba.webp) - - Rock![rock](assets/Rock.webp) - - Flag![Flag](assets/Flag.webp) -- Terrain (Blocking) - - Tile(floor) ![tile](assets/Tile.webp) - - Wall(initailly blocking)![wall](assets/Wall.webp) - - lava ![(lava)](assets/Lava.webp) - - Water ![(water)](assets/Water.webp) - - etc.. -- Properties (Action) - - You ![you](assets/You.webp) - - Move ![Move](assets/Move.webp) - - Stop ![Stop](assets/Stop.webp) - - Win ![win](assets/Win.webp) - - etc +User Contol: ASDW ### What does the players have to do? ---> Win! ![Play](assets/BabaPlayEx.gif) @@ -33,8 +17,38 @@ Genra: Word Puzzle Game 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'.*) + + move baba and push the words to make rules. Then within the rules you made, reach the 'win' object and win the stage. + +### Elements +| Objects | Image | Instructions | +| :------ | :---: | :----------- | +| Baba | ![(character)](assets/Baba.webp) | initial main caracter. Moves with ASDW | +| Rock | ![rock](assets/Rock.webp) | | +| Flag | ![Flag](assets/Flag.webp) | | + +### Terrain (Blocking) +| Objects | Image | Instructions | +| :------ | :---: | :----------- | +| Tile(floor) | ![tile](assets/Tile.webp) | | +| Wall(initailly blocking) | ![wall](assets/Wall.webp) | | +| lava | ![(lava)](assets/Lava.webp) | | +| Water | ![(water)](assets/Water.webp) | | + - etc.. + +### Properties (Action) +| Objects | Image | Instructions | +| :------ | :---: | :----------- | +| You | ![you](assets/You.webp) | | +| Move | ![Move](assets/Move.webp) | | +| Stop | ![Stop](assets/Stop.webp) | | +| Win | ![win](assets/Win.webp) | | + etc + ### How will the game look like? + Environment: tile based. + 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. @@ -42,4 +56,13 @@ Genra: Word Puzzle Game ### Main Challenges 1. Make the rules work. 2. Make the elements to be interchangeable. -3. Make the World. (can I AI generate this?) \ No newline at end of file +3. Make the World. (can I AI generate this?) + +### Documentations +- Tile based + +### LOG +| DATE | Updates | +| :--: | :-------------- | +| 2025.04.14 | Updated the Markdown, initial creation of the project | +| 2025.04.15 | Create the folders and js files. Create the HTML, CSS for the projects. |