Skip to content

This repository contains code for a console based Ludo game that I wrote as part of a project for my OOP course.

Notifications You must be signed in to change notification settings

yeshalkhan/Ludo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ludo Console Game

This repository contains the code for a console-based Ludo game developed as a project for an Object-Oriented Programming (OOP) course. The game is implemented in C++ and demonstrates the principles of OOP.

Features

  • Board Representation: Manages the game board and tracks the positions of all pieces.
  • Players and Pieces: Defines the behavior and attributes of players and their respective pieces.
  • Game Mechanics: Implements the rules of Ludo, including movement, capturing, and winning conditions.

File Structure

  • Board.h: Header file for the game board.
  • Piece.h: Header file for the game pieces.
  • Player.h: Header file for the players.
  • LUDO.cpp: Main file containing the game logic and entry point.

Usage

  • Follow the on-screen instructions to play the game.
  • Use keyboard inputs to navigate the game and make moves.

About

This repository contains code for a console based Ludo game that I wrote as part of a project for my OOP course.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages