Skip to content

HJXCODE-810/Lode_runner_CG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

2 Commits
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ•น๏ธ Lode Runner AI Edition

A retro-inspired Lode Runner game clone built in C++ with Visual Studio 2022.
This game modernizes the classic arcade gameplay by introducing AI-based enemy tracking, level progression, and coin collection mechanics.


๐Ÿš€ Features

๐ŸŽฎ Core Gameplay

  • Player runs, climbs, and digs through blocks to collect coins.
  • Multiple levels with increasing difficulty.
  • Level completion requires collecting all coins and reaching the exit.

๐Ÿค– AI Enemy Tracking

  • Enemies use AI-based pathfinding to chase the player.
  • Smart tracking adapts to the playerโ€™s movements.
  • Increased difficulty as levels progress.

๐Ÿ† Objectives

  • Collect all coins on the map.
  • Avoid or outsmart enemies.
  • Complete all levels to win the game.

๐Ÿ› ๏ธ Tech Stack

  • Language: C++
  • IDE: Visual Studio 2022 (.sln project)
  • Graphics: OpenGL / SFML / WinAPI (depending on your implementation)
  • AI: Pathfinding algorithms (BFS / A*) for enemy movement

๐Ÿ“Š Game Workflow

  1. Start Game โ†’ Select Level.
  2. Player collects coins while avoiding AI enemies.
  3. Enemies track player using AI pathfinding.
  4. Level completed once all coins are collected and exit is reached.
  5. Progress to next level with increased challenge.

โš™๏ธ Installation & Setup

1. Clone Repository

git clone https://github.com/your-username/LodeRunnerAI.git
2. Open in Visual Studio
Navigate to the project folder.

Open the .sln file in Visual Studio 2022.

3. Build & Run
Select Build โ†’ Build Solution (Ctrl+Shift+B).

Run the project (F5) to start the game.

๐ŸŽฎ Controls
W : Move up (climb ladders)

A : Move left

S : Move down (climb ladders)

D : Move right

Q : Dig left

E : Dig right
 
Esc : Pause / Exit

๐Ÿ“Œ # Future Enhancements ๐Ÿง  Smarter AI with predictive player tracking.

๐ŸŽจ Enhanced retro graphics and animations.

๐Ÿ”Š Background music and sound effects.

๐Ÿ› ๏ธ Level editor to create custom maps.

๐ŸŒ Online leaderboard for high scores.

๐Ÿ‘ฅ Contributors Hrithik Jerath โ€“ Developer & Designer

Inspired by the classic Lode Runner (1983)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages