Skip to content

A simplified version of atari game Desert Falcon in ruby.

License

Notifications You must be signed in to change notification settings

marcusborges1/desert-falcon-tp2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Desert Falcon TP2

A simplified version of atari game Desert Falcon in ruby.

Requirements

  • Ruby (2.4.1)
  • Gosu dependencies

Developers

  • Marcus Vinícius 130032891
  • João Pedro Sousa 150038381
  • Leonardo de Almeida 150135491
  • Bruno Helder Rodrigues Guedes 150120338

Getting started on project

  1. Clone the repository git clone https://github.com/Markuus13/desert-falcon-tp2.

  2. Install Gosu dependencies. This depends on your operating system, you can find the right for your OS here.

  3. Install Bundler gem install bundler.

  4. On your project path run bundle install or just bundle.

Everything should be working fine. :)

How to run tests

On project root run bundle exec rspec.

How to run static code analyzer

On project root run bundle exec rubocop.

How to generate docs

on project root run bundle exec yard and yard graph --dependencies --empty-mixins --full | dot -T pdf -o doc/diagram.pdf

How to play the Game

On project root run ruby desert_falcon.

About YARD

YARD tool doesn't implement callgraph feature. More information here.

About

A simplified version of atari game Desert Falcon in ruby.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages