diff --git a/FF2024/browser_game.html b/FF2024/browser_game.html index 8f4ca71..1d39a0f 100644 --- a/FF2024/browser_game.html +++ b/FF2024/browser_game.html @@ -218,6 +218,29 @@

Example chat and prompts

If you look at the chat, it can be seen that there were sometimes small bugs either in the code logic or misplaced visual elements but and sometimes you had to ask the LLM to fix them but it was not able to do so. In those cases we had to manually look at problem areas i.e do some manual debugging and then ask the LLM to fix that area. For example, the LLM was having problems with the async nature of javascript and it set timeout for the player turns to make it visually better but that resulted in one player having multiple turns before the other. We had to manually look at the code and ask it to remove the timeouts in this case. There were similar problems with the placing UI elements as well.

+ +
+

Ideas for browser-based games

+
+
Game: Breakout
+
+
Develop a version of the classic Breakout game. All code should be in a single HTML file.
+
+
+
+

Game: Maze

+
+
Generate a computer game as a single downloadable web page. The game should be a complex maze with a start and a goal area, and a person to traverse the maze that can be controlled with the arrow keys. The start area should be in the top left, and the goal area in the middle. When reading the goal, there should be fireworks on the screen and printed out "GOAL!".
+
+
+
+

Game: Adventure style book

+
+
I want you to simulate a choose-your-own adventure style book. You will create the story, content, happenings of this book. You will output the pages, and, like a real gamebook, you will offer choices that branch of the story, and i will type in which choice i take. Understood?
+
+
+
+