Skip to content

andymikulski/peg-solitaire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Peg Solitaire

By Andy Mikulski

Play it online!

--

The game begins in main.ts but the bulk of the game logic is in GameBoard.ts, I suggest beginning the review with those two files to get a general sense of the codebase.

--

Dev setup

Instal dependencies through yarn or npm: yarn install or npm install

Run the site locally: yarn start or npm run start

Site will build and be hosted at localhost:9000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published