https://github.com/greg0rys/a1_driverb
a1_driverB
https://github.com/greg0rys/a1_driverb
Last synced: 11 months ago
JSON representation
a1_driverB
- Host: GitHub
- URL: https://github.com/greg0rys/a1_driverb
- Owner: greg0rys
- Created: 2023-02-12T07:09:10.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-14T04:28:49.000Z (over 3 years ago)
- Last Synced: 2025-04-13T12:08:42.359Z (about 1 year ago)
- Language: C++
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Test Driver for part 2 of the game
_this version of the driver implements the game and the field class._
## The Game class
* will use dynamic binding to manage the players and their turns
* It will determine what plays each player can make and on which side
* of the field they are able to play on.
* the game class will use the players double linked list of a hand to
* compare the bones and check for doubles.
## The Field class
* this class will be responsible for managing the field
* since this field can grow from left to right and up and down
* I will place an array of double linked lists inside a table ADT
* this way I can hash each place in the field for quick access
* another option is to switch the hash table to ADT Graph
* placing links bewteen the nodes etc
__version:__ *0.0.05*
__quoi ? comme si c'était si dur que ça ?__