Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 756 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 756 Bytes

Build Your Own World

a 2D tile-based game featuring cool theme music, sound effects, custom tiles, and enemies chasing player algorithm.

Features

Pseudorandom World Generation: Each world is uniquely generated based on a seed.

Player Movement: The player can explore the world using keyboard controls.

Enemy AI: Enemies in the game actively chase the player.

Sound Effects: Every action, such as moving or interacting with objects, triggers sound effects.

World Persistence: The game state is saved, allowing players to resume their progress.

Custom Tile: The game features custom-designed tiles that define the terrain, objects, and structures.

Credits

UC Berkeley CS61BL Course Staff: For providing guidance and project specifications.