Skip to content
forked from Arcaster42/rhymus

An open-source rhyming game project designed for new developers and first-time contributors.

License

Notifications You must be signed in to change notification settings

Steppico/rhymus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

first-timers-only PRs Welcome Open Source Love png2 GitHub closed pull requests Build Status

Rhymus

An open-source rhyming game project designed for new developers and first-time contributors.

Gameplay

Rhymus is an open-source game that will display cards with sentences on them. Each sentence will have one word that doesn't quite make sense but rhymes with a word that does. For example, 'I have a pet fog.' -> Answer: 'Dog'. A timer gives you 30 seconds to complete as many as possible.

Design

This project will go through two phases. The first will be an initial build using a Node back-end and HTML, CSS, and JS front-end. For the first build, there will be no React/Redux implementation.

Once the first build is complete and feature-complete, two new branches will be created in which the project will be refactored using React and Vue.

Contributions

This project is starting from scratch, so there are ample opportunities to contribute. The quickest way to contribute is to check out the projects tab and see what priorities are there. Otherwise, any of the following is a great way to contribute:

  • Editing the README
  • Creating new files for the project structure
  • Restructuring the project to comply with best practices
  • Coding any of the front-end or back-end
  • Coding test files
  • Offering alternative styling
  • Suggesting better practices for GitHub management (including contribution guidelines)

Contribution Guidelines

When you contribute, please use the following guidelines:

  • Name your branch in a way that reflects what you plan on doing ('implement-card-scrolling')
  • Provide detailed information in your pull request regarding what you did and why it is done that way
  • In your pull request, reflect on your code and include comments as to whether it may need refactoring or if anything was particularly difficult
  • Include tests with your contribution if applicable

This is an open-source project for developers of all experience levels. Please show common courtesy and provide constructive feedback where possible.

About

An open-source rhyming game project designed for new developers and first-time contributors.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 58.0%
  • CSS 22.1%
  • HTML 19.9%