Mind-Interfaces / THE-12-DAEMONS-OF-XMAS

THE-12-DAEMONS-OF-XMAS
Other
3 stars 1 forks source link

LVL-3.py #13

Open Mind-Interfaces opened 7 months ago

Mind-Interfaces commented 7 months ago

This is the "Q&A Maze" mini-game.

GOAL: The player must answer questions while trying to solve an arbitrarily impossible maze.

Initial asset placement. ( This means creating the game asset file at the requested location. )

Utilize the corresponding art sprite sheets, or render new assets if overly inspired.

player_sprite = pygame.image.load('../IMG/CHAR/player_sprite.png')
wall_tile = pygame.image.load('../IMG/TILE/wall_tile.png')
background_music = pygame.mixer.Sound('../BGM/LVL-03/background_music.wav')

A lot of conversational context and GPT taming to be done here~ initial trials were unpredictable.

Most likely will require hardcoded "Truth or Dare" game logic.

Mind-Interfaces commented 6 months ago

Nailing the arbitrarily impossible maze part...

t12dox-lvl-03-initial