An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Minceraft
[![Run on Repl.it](https://repl.it/badge/github/@jamesjpk123/Minceraft)](https://repl.it/github/thatrobotdev/Minceraft)
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#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)):



Aaron Tan

🐛

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!