Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

yeah

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yeah

  • 0.4.2
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Yeah

Practical Ruby video game framework, alpha stage

Features

  • Designed to be easy to learn and fast to build games with
  • Embraces Ruby's strengths (object-orientation, duck typing, focus on developer happiness)
  • Platform-agnostic (currently compiles to web pages through Opal; PC executables and mobile apps planned)
  • Convention (over configuration)-oriented
  • Processing/HTML5 Canvas-style drawing API
  • Command-line utilities (no monolithic IDE)
  • Open source under MIT license

Examples

Code for all examples

Asteroids

Asteroids

Random

Random

Usage

NOTE: This is alpha-stage software, expect changes!

Installation

  1. Install Ruby 2.0+, visit the Ruby website for more info.
  2. In a command line, enter gem install yeah.
  3. Enter yeah to view list of commands.

Making a game

  1. In a command line, enter yeah new to generate a new game project.
  2. Change into the new project directory, then enter bundle install.
  3. Add game code to code/game.rb. No tutorials yet; please take a look at the example code and API reference.
  4. Enter yeah serve and visit http://localhost:1234 to try the game.

API reference: 0.4.2, 0.3.5

Version upgrade notes

Issue & feature tracker

Discussion via Gitter

Author's email

FAQs

Package last updated on 14 Sep 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc