rj-ortega / wolves

2D Game using Ruby

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wolves 🐺

Wolves is a 2D cli game currently in development using Ruby

> Functionality

  • You can add Archers and Rifleman to combat the pack of wolves coming at you
  • You can delete your hooman if you want to let the wolves win

> Usage

bundle install ruby ./bin/wolves

> Controls

  • up and down arrows to select different rows
  • a to place archer
  • r to place rifleman
  • d to remove character

> Demo

GIF

> Tests

bundle exec rspec

> Links

> Technologies

  • Ruby - High-level Language
  • Ruby2D - Ruby gem to ease 2D game creation
  • RSpec - DSL (domain specific language) testing suit

MIT Licence

About

2D Game using Ruby

License:MIT License


Languages

Language:Ruby 100.0%