Showing 11 result(s)
Line

Pig

Summary of the game Pig is a simple game of luck and gamble, where two players take turns to roll a dice. On a player’s go, they add the number on the dice to their score for that go. If they land on 1, their score for that go is set to 0 and it …

Prime Generator

Prime Number Generator

This was one of my first major projects when I started programming. I remember starting this project after seeing a small snippet of logic required to search for prime numbers on a Stack Overflow page, and being very surprised by its simplicity. I began with the most simple search, with the user inputting a single …