Skip to content

tmvfb/brain-games

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

brain-games

Actions Status Maintainability

A set of simple games with numbers. To win at any game, user must complete 3 successful rounds.

Made as a project work for hexlet.io python course.

Prerequisites:

  • Python >=3.8.1
  • pip >=19.0
  • poetry >=1.2.0

Installation:

Clone repository, then $ make install

This project was built using these tools:

Tool Description
poetry "Python dependency management and packaging made easy"
CodeClimate Quality "Your single solution for code quality"
Flake8 "Your tool for style guide enforcement"

Games included:

  1. brain-even (user answers if the given number is even). Demo
  2. brain-calc (user calculates the result of a given math operation). Demo
  3. brain-gcd (user calculates the GCD of given numbers). Demo
  4. brain-progression (user calculates the missing element of an arithmetic progression). Demo
  5. brain-prime (user answers if the given odd number is prime). Demo

About

A set of simple linux terminal games

Resources

Stars

Watchers

Forks

Packages

No packages published