Beginner Games

Choose a game you'd like to play


Tic-Tac-Toe

  • Group Member(s): Pooja Yadav
  • Description: My game is all about a player and a computer who are playing against each other. A player selects one cell position and the computer selects another position at a random available cell, eventually this keeps going on iterations until one player wins.
  • Purpose: I created this game as a challenge to see if I could meet my goal of coding a game in python.
  • Audience: I’m sure many people with varying ages have played tic tac toe before and I don’t think this game targets a specific group of people.
  • Inspiration: I chose this game because this is a very common game that many people enjoy, kids, adults, senior citizens. By creating this game I would be targeting many age groups.
  • Tech Stack: I coded this game in python 2
  • Challenges: I had a few challenges along the way, I was struggling with getting the correct outcome in my game, but with the help of my dad and lily I was able to complete my program correctly.
  • Future Plans: Due to lack of time I was unable to import graphic into my code, but I will definitely try to do that in the future.

Code

Continue scrolling to the bottom to play the game!


Guess the Number Game

  • Group Member(s): Sreejani Jonnalagadda
  • Description: My project is a game between a player and the computer. The computer comes up with a random number and the player has to guess it. After each guess, the computer answers either “Higher” or “Lower” until the player has guessed the correct number.
  • Purpose: Since I am new to Python, I decided to do a simple game as my first coding project/game. Throughout this experience, I have used many different coding techniques and skills that I have learned through Girls Who Code and edX.
  • Audience: This project targets any age group and is not specific to just one.
  • Inspiration: Answer
  • Tech Stack: I used Python 3 to code my project. I also used Azure Notebooks as my coding platform.
  • Challenges: I struggled to get the correct outcome of the code without syntax errors, but after a lot of trial and error, I was finally able to complete the game without any mistakes or errors. If it wasn’t for Lily’s patience when helping me code, I would not have completed the program.
  • Future Plans: I would probably turn this into an app or import graphics into the program to make it colorful.

Code

Continue scrolling to the bottom to play the game!