https://github.com/okistuff/shapesrb
ShapesRB is a easy-to-use Ruby Gem that draws Shapes
https://github.com/okistuff/shapesrb
docs easy-to-use gem mit-license open-source rendering ruby rubygems shapes
Last synced: 10 months ago
JSON representation
ShapesRB is a easy-to-use Ruby Gem that draws Shapes
- Host: GitHub
- URL: https://github.com/okistuff/shapesrb
- Owner: OkiStuff
- License: mit
- Created: 2020-07-03T23:55:41.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-07T01:40:08.000Z (almost 6 years ago)
- Last Synced: 2024-04-30T07:07:31.173Z (about 2 years ago)
- Topics: docs, easy-to-use, gem, mit-license, open-source, rendering, ruby, rubygems, shapes
- Language: Ruby
- Homepage: https://okistuff.github.io/ShapesRB/
- Size: 74.2 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# ShapesRB

ShapesRB is a easy-to-use Ruby Gem that draws Shapes
https://rubygems.org/gems/ShapesRB
# Table of Contents
- [How to Install](https://github.com/OkiStuff/ShapesRB#how-to-install)
- [Usage/Syntax](https://github.com/OkiStuff/ShapesRB#usagesyntax)
- [Well Known Bugs](https://github.com/OkiStuff/ShapesRB#well-known-bugs)
- [To-Do](https://github.com/OkiStuff/ShapesRB#to-do)
- [Issues or Feedback?](https://github.com/OkiStuff/ShapesRB#to-do)
- [Contributors](https://github.com/OkiStuff/ShapesRB#contributors)
## How to install
You can install ShapesRB like this:
```
$ gem install ShapesRB
```
To Update ShapesRB
```
$ gem update ShapesRB
```
## Usage/Syntax
```ruby
require 'ShapesRB'
# Shapes is a part of ShapesRB
Shapes.SQUARE
Shapes.RECTANGLE
Shapes.TRIANGLE
Shapes.RHOMBUS
```
## Well Known Bugs
No Bugs have been found yet. If you have a glitch or a bug you would like to report please post a Issue. For more rules on making Issues for ShapesRB please read the ["Issues or Feedback?" Section](https://github.com/OkiStuff/ShapesRB#issues-or-feedback).
## To-Do
- Add More Shapes
- Allow the user to make longer or shorter Rectangles and Squares.
- Build a simple game using ShapesRB
- Rename the Shapes Class to the ShapesRB
## Issues or Feedback?
If you are facing a bug or want to report Feedbck please create a Issue. Make sure to check the [Well Known Bugs List](https://github.com/OkiStuff/ShapesRB#well-known-bugs), [To-Do List](https://github.com/OkiStuff/ShapesRB#to-do) and any Issues regreading this problem or feedback before you post it.
## Contributors