Skip to content

Instantly share code, notes, and snippets.

@peteristhegreat
Last active January 17, 2023 21:30
Show Gist options
  • Save peteristhegreat/df14c93226c92a494160c05c8bac3bde to your computer and use it in GitHub Desktop.
Save peteristhegreat/df14c93226c92a494160c05c8bac3bde to your computer and use it in GitHub Desktop.
Solitaire, Brainvita, Pegged, Solit

Wikipedia

https://en.wikipedia.org/wiki/Peg_solitaire

Microsoft Pegged

https://archive.org/details/PEGGED_201612

Pegged for Windows 3.x Part of the microsoft entertainment pack

Solit

https://archive.org/details/win3_SOLIT

SOLIT.exe

Physical Copies

https://www.houseofmarbles.us/product/standard-marble-solitaire/

https://www.amazon.com/s?k=solitaire+marble+game

Basic shapes in Pegged

Empty board

    ○ ○ ○    
    ○ ○ ○    
○ ○ ○ ○ ○ ○ ○
○ ○ ○ ○ ○ ○ ○
○ ○ ○ ○ ○ ○ ○
    ○ ○ ○    
    ○ ○ ○    

Cross

    ○ ○ ○    
    ○ ● ○    
○ ○ ● ● ● ○ ○
○ ○ ○ ● ○ ○ ○
○ ○ ○ ● ○ ○ ○
    ○ ○ ○    
    ○ ○ ○    

Plus

    ○ ○ ○    
    ○ ● ○    
○ ○ ○ ● ○ ○ ○
○ ● ● ● ● ● ○
○ ○ ○ ● ○ ○ ○
    ○ ● ○    
    ○ ○ ○    

Fireplace

    ● ● ●    
    ● ● ●    
○ ○ ● ● ● ○ ○
○ ○ ● ○ ● ○ ○
○ ○ ○ ○ ○ ○ ○
    ○ ○ ○    
    ○ ○ ○    

Up Arrow

    ○ ● ○    
    ● ● ●    
○ ● ● ● ● ● ○
○ ○ ○ ● ○ ○ ○
○ ○ ○ ● ○ ○ ○
    ● ● ●    
    ● ● ●    

Pyramid

    ○ ○ ○    
    ○ ● ○    
○ ○ ● ● ● ○ ○
○ ● ● ● ● ● ○
● ● ● ● ● ● ●
    ○ ○ ○    
    ○ ○ ○    

Diamond

    ○ ● ○    
    ● ● ●    
○ ● ● ● ● ● ○
● ● ● ○ ● ● ●
○ ● ● ● ● ● ○
    ● ● ●    
    ○ ● ○    

Solitaire

    ● ● ●    
    ● ● ●    
● ● ● ● ● ● ●
● ● ● ○ ● ● ●
● ● ● ● ● ● ●
    ● ● ●    
    ● ● ●    

Bonus: Adventure - aka Colossial Cave Adventure https://archive.org/details/win3_winadv10

Bonus ones generated by 5 year old

1st try got to 7, second try got to 2.

    ○ ● ○    
    ○ ● ○    
○ ○ ● ● ● ○ ○
● ● ● ● ● ● ●
○ ○ ● ● ● ○ ○
    ○ ● ○    
    ○ ● ○    
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment