Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.7 KB

README.md

File metadata and controls

30 lines (21 loc) · 1.7 KB

yupiko

This project is inspired by the game Bingo. It is a simplified version as it does not have a fancy UI. Its purpose is to create a functioning game using Python to encourage new contributors. Two players will be given a random 5x5 card that contain numbers ranging from 1 to 25. Each player will take turns guessing a number on the opponent's card. The game will end when 5 in a row, column, or diagonal is fully crossed.

How to contribute

  1. Claim the issue you'd like to start working on by commenting on it
  2. Fork the repository by cloning it onto your computer
  3. Create a new branch
  4. Make changes to the file and commit the changes
  5. Push the changes to Github
  6. Submit your changes for review
  7. Open a new pull request mentioning the issue you claimed

Coding Standards

This project will be using snake case, pascal case, and standard indentation which is Python's coding standards. Please keep the format similar to the main file when contributing. This website gives a great explanation about coding standards in Python.

Workflow

Alt text

Setup and Test

  • Visual Studio Code

This project only requires Visual Studio Code with the exception of installing their Python extensions. Please edit and test the code using this IDE.

You can download Visual Studio Code here.

If you come across any difficulty with the installation process, I have included a video for reference.

Contact

Feel free to email me at kellyvu@csu.fullerton.edu if you have any questions