ARCADE OVERVIEW

This is my command line arcade that was built with Python. It is composed of two games: Weather City Guesser and Tic-Tac-Toe.

FUNCTIONALITY

Weather City Guesser is a game in which the player is given a randomly generated temperature and is asked to guess a city in the world for which the temperature is within one degree of that given. It uses the OpenWeatherMap API to access guessed cities' temperatures.

Tic-Tac-Toe is the traditional game, wherein each player chooses positions to play in order to score three across the board. The game is best of three rounds.

DEMO

Check out this video to see how it works!