Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 1

The main goal of this proyect is to develop an online game in ruby with gosu and ogre3d, it will be an estructure and a test of future games that ESC will develop. La principal meta de este proyecto es desarrollar un juego online en ruby con gosu y ogre3d, que serĂ¡ una estructura y una prueba para los futuros juegos que ESC desarrollarĂ¡.

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 

Gosub is a collection of utility classes and extensions to Gosu that are (hopefully) generic enough to be used in just about any 2D game. There are a few additions to Gosu itself, such as the ability to use symbols (including letters!) for buttons: window.button_down? :left_control ... [More] window.button_down? :zNew drawing shortcuts: window.draw_quad 0, 0, 128, 128, Color.black window.draw_pixel 32, 32, Color.white image.draw_tiled 0, 0, window.width, window.height, 0, :tile_width => 32, :tile_height => 32Lots of helper classes: class Bomb < Actor def initialize @image = Gosu::Image.load window, 'images/bomb.png', true @pos = Point.new(window.width * rand, window.height * rand) Timer.after 3.seconds do Sound.play :bomb_explode remove_from_world end super end def draw @image.draw_rot @pos.x, @pos.y, z_order, 0 end end bomb = Bomb.new bomb.add_to_world [Less]

0
 
  0 reviews  |  0 users  |  707 lines of code  |  0 current contributors  |  Analyzed 2 days ago
 
 

I love Gosu so much that I had to write a JRuby/Java clone.

0
 
  0 reviews  |  0 users  |  3,014 lines of code  |  0 current contributors  |  Analyzed 3 days ago
 
 

What It IsWritten in C++, the Gosu game logic framework; Oracle; has almost everything you need to make a 2D game with Gosu in a matter of minutes. What It HasIt has objects such as GameObject, Animation, GameRoom, GameManager, and much more to aid you. What Is The Design's Goal?Designed ... [More] with simplicity in hand, Oracle manages most of the internal crap for you. Examples would be room loading and saving, collision detection and handling, object management, tileset and map management, and so much more. For more information related to Gosu, please navigate here [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 8 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.