Skip to content

Commit dd532e6

Browse files
Jaron WengerJaron Wenger
authored andcommitted
added Tower of Hanoi game
1 parent 48fb214 commit dd532e6

3 files changed

Lines changed: 422 additions & 0 deletions

File tree

.DS_Store

0 Bytes
Binary file not shown.

Tower-of_Hanoi/README.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
<!--Please do not remove this part-->
2+
![Star Badge](https://img.shields.io/static/v1?label=%F0%9F%8C%9F&message=If%20Useful&style=style=flat&color=BC4E99)
3+
![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)
4+
[![View My Profile](https://img.shields.io/badge/View-My_Profile-green?logo=GitHub)](https://github.com/JaronWenger)
5+
6+
# Caesar Cipher
7+
8+
<p align="center">
9+
<img src="https://en.wikipedia.org/wiki/Tower_of_Hanoi#/media/File:Tower_of_Hanoi.jpeg" width=50% height=50%>
10+
11+
<!--An image is an illustration for your project, the tip here is using your sense of humour as much as you can :D
12+
13+
You can copy paste my markdown photo insert as following:
14+
<p align="center">
15+
<img src="your-source-is-here" width=40% height=40%>
16+
-->
17+
18+
## 🛠️ Description
19+
<!--Remove the below lines and add yours -->
20+
Tower of Hanoi game built with python
21+
22+
## ⚙️ Languages or Frameworks Used
23+
<!--Remove the below lines and add yours -->
24+
The script was created with Python3 and the built-in functions in it
25+
## 🌟 How to run
26+
<!--Remove the below lines and add yours -->
27+
```bash
28+
python3 hanoi.py
29+
30+
Choose a column (1, 2, or 3) to pull the top number, then choose a column to move that number to. Numbers must always be less than the number beneath them.
31+
Goal: move the full stack to another column.
32+
33+
1 | |
34+
2 | |
35+
3 | |
36+
37+
Column? 1
38+
Move to? 2
39+
40+
| |
41+
2 | |
42+
3 | 1 |
43+
```
44+
45+
## 🤖 Author
46+
<!--Remove the below lines and add yours -->
47+
[JaronWenger](https://github.com/JaronWenger)

0 commit comments

Comments
 (0)