Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 667 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 667 Bytes

112-Spelunky-Term-Project

Final Independent Term Project for CMU's 15-112 Fundamentals of Programming course

DEMO: https://www.youtube.com/watch?v=Gw1v7ie6UA4&ab_channel=AndrewLiu

An open-world platform game where the player must traverse a vast cave system, fighting giant snakes, looting treasure, and searching for an exit before his torches run out, and he is lost in darkness.

Visual inspiration taken from the popular game Spelunky. Project explores cellular automaton and flood-fill/path-finding algorithms, which are used to generate a unique, random map with each playthrough. Game physics and animations are self-implemented using the PyGame library.