Skip to content

cmcgee0308/yupiko

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%