Skip to content
This repository has been archived by the owner on Mar 19, 2020. It is now read-only.
/ LastCoinGame-Swing Public archive

Implementation of the "Last Coin Game" using Swing c. 2015.

License

Notifications You must be signed in to change notification settings

dscalzi/LastCoinGame-Swing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Last Coin Game

image

What is the game?

  • Select an amount of coins to play with.
  • Choose your difficulty settings.
  • Take one or two coins per round and try to force your opponent (the ai) to take the last coin.
  • This version uses swing even though I hate swing. I am ashamed for not using JavaFX initially.

How do I get set up?

  • Download and run the jar. Downloads can be found on the releases tab. Requires Java 8.