Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 819 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 819 Bytes

Moon9

A collection of simple projects.

1. moon9

A simple game to guess the number, written when I first started learning JavaScript. The code is quite ugly.

People always find their past work embarrassing at some point. Although it’s ugly, it’s still something I created. And the fact that I find it ugly now means that I’ve improved somewhat, and I shouldn’t feel discouraged by progress.

Live Demo ↗

2. Game of Life

A game invented by the mathematician Conway with simple rules that produce wonderful transformations.

Live Demo ↗

3. Tower of Hanoi

A version of the Tower of Hanoi game with a visual solution demonstration.

Live Demo ↗