Skip to content

namviet157/Caro-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hello 👋, I'm Nam Viet

A information technology student from Vietnam

I'm studying University of Science - VietNam National University Ho Chi Minh City

Caro Game Project

1. Introduction

  • In this project, we will combine basic techniques and data structures to build a simple game, checkers.
  • To complete this project, we need basic knowledge such as: file processing, handles, one/two-dimensional array data structures, etc.
  • The tutorial helps students build a game at a basic level, and they can research on their own to complete it in the best possible way.

image

2. Game Script

  • At first, when entering the game, a checkers board will appear, the player will use the keys 'W', 'A', 'S', 'D' to adjust the direction of movement. When the player presses the 'enter' key, an 'X' or 'O' will appear depending on the turn.
  • When one of the two players wins according to the checkers rules, the screen will display a line of congratulations to the winner. Then the user will be asked if they want to continue playing or not. If the "y" key is selected, the program will restart the data from the beginning, and if any key is pressed, the program will exit.
  • In case the chessboard is full, the screen will display the words 'Draw'. Then the user will be asked if they want to exit or continue playing similar to above.

📫 How to reach me:

About

Caro Game Project using C++ - University of Science Ho Chi Minh City

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published