Skip to content

ruby4kids/Pario

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Pario

Pario is a Gosu Game framework that helps to give you structure and a start for creating games. Inspired by Rails [github.com/rails/rails].

Installation

sudo gem install pario

* Windows users: gem install pario * ALSO: Gosu will automatically be installed when you install pario

Other Requirements

* sudo gem update –system * ruby patchlevel 330 or highter, you may experience issues. Working on instructions to upgrade ruby on a system.

Getting Started

  1. At the command prompt, create a new Pario application:

pario new my_game

where my_game is the game name.
  1. Change the directory to my_game and start the game:

pario play

  1. Add more classes to the game:

pario add my_class * Pario will create more than one class if you have more: pario add star background player

Learning Ruby

These resources will bring you up to speed on the Ruby language and also on programming in general.

About

Pario is a Gosu game framework that helps to give you structure and a start for creating games.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages