Project

chobo

0.0
No commit activity in last 3 years
No release in over 3 years
Chobo is a simple way to start new game projects with gosu
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

= 0.7.45
 Project Readme

Chobo

Get started with game programming using Ruby/Gosu as quickly as possible using Chobo!

Installation

Install the gem

gem install chobo

Create a new game

chobo new my_awesome_game

This will create the following file structure

.  
|____assets
|____config.rb
|____content
| |____audio
| |____gfx
|____game_window.rb
|____lib
| |____behaviors
| |____game.rb
|____my_awesome_game.rb

Run the game!

ruby my_awesome_game.rb

Usage

# TODO, behaviors and stuff. Game structure ex...

TODO

  • real delta time