Skip to content

CLI version of the famous Chain Reaction game on Google Playstore.

Notifications You must be signed in to change notification settings

qwertyvipul/chain_reaction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

C++ Chain Reaction Game

Contributors

Chain Reaction multipayer game to demostrate the usage and applications of Data Structures using C++.

The game uses the some of the concepts of the basic data structures such as:

  • Linked List
  • Graphs

Some of the libraries we used besides the common iostream and conio libraries:

  1. map
    • To map the game nodes to integers for direct access instead of using search function.
  2. stdlib
    • Most importantly to generate random integers to mark the moves of the self playing bot.
    • Make use of the system function to associate players with a color.

About

CLI version of the famous Chain Reaction game on Google Playstore.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages