Skip to content

Releases: CodingChallengesBooklet/FruitMachine

Fruit Machine Complete

01 Aug 16:25
13eebc5
Compare
Choose a tag to compare

Fruit Machine Complete

This code challenge is like a slot machine game!
Very easy to understand, and makes user of simple game design.
There are now two explanations: Python, and general.
There is now a Python implementation with comments for easy understanding!

What's Changed

New Contributors

Full Changelog: v0.1.0...v1.0.0

Python implementation complete

26 Jul 18:36
Compare
Choose a tag to compare
Pre-release
v0.1.0

Added Python solution