Categories: None [Edit]

game_2d

https://rubygems.org/gems/game_2d
https://github.com/sereneiconoclast/game_2d
Built on top of Gosu, an engine for making 2-D games. Gosu provides the means to handle the graphics, sound, and keyboard/mouse events. It doesn't provide any sort of client/server network architecture for multiplayer games, nor a system for tracking objects in game-space. This gem aims to fill that gap. Originally I tried using Chipmunk as the physics engine, but its outcomes were too unpredictable for the client to anticipate the server. It was also hard to constrain in the ways I wanted. So I elected to build something integer-based. In the short term, I'm throwing anything into this gem that interests me. There are reusable elements (GameSpace, Entity, ServerPort), and game-specific elements (particular Entity subclasses with custom behaviors). Longer term, I could see splitting it into two gems. This gem, game_2d, would retain the reusable platform classes. The other classes would move into a new gem specific to the game I'm developing, as a sort of reference implementation.

Total

Ranking: 90,963 of 190,469
Downloads: 9,486

Daily

Ranking: 63,261 of 190,443
Downloads: 1

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,252,447,659bundler
81,259,155,611rake
121,220,646,468json
29958,915,034rspec
83263,426,337trollop
2,03113,152,626rr
2,8675,956,816facets
5,2461,331,922gosu
12,795184,004renet

Owners

#GravatarHandle
1iconSamVimes