https://github.com/thatrobotdev/minceraft
Python3 text adventure walking you through the first day in the world of Minceraft
https://github.com/thatrobotdev/minceraft
python python3
Last synced: 5 months ago
JSON representation
Python3 text adventure walking you through the first day in the world of Minceraft
- Host: GitHub
- URL: https://github.com/thatrobotdev/minceraft
- Owner: thatrobotdev
- Created: 2020-03-04T05:01:03.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2020-06-25T22:51:34.000Z (almost 6 years ago)
- Last Synced: 2025-09-15T08:42:11.524Z (7 months ago)
- Topics: python, python3
- Language: Python
- Homepage: https://repl.it/github/thatrobotdev/Minceraft
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Minceraft
[](https://repl.it/github/thatrobotdev/Minceraft)
[](#contributors-)
## Problem Set Prompt
```python3
# Ask the user at least three questions and store their answers in variables
# For example:
age = input ("How old are you: ")
color = input ("What is your favorite color? ")
#
# Use if-elif-else statements to draw some conclusions
# For example:
if age > 14 and color == "red":
print ("You are Birthday Cake! You like...")
```
Created on 3/3/2020 as homework for my Intro to Computer Programming class.
This is a python program text adventure walking you through the first day in the world of Minceraft. Built in Python 3.8.1
This is the largest program I've made in python yet, and python is super fun to write in! It's funny how similar everything is to JavaScript :)
## Contributors ✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!