File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -3,4 +3,5 @@ source 'https://rubygems.org'
33gem 'yeah' , github : 'yeahrb/yeah'
44#gem 'yeah', path: '../'
55gem 'yeah-web' , github : 'yeahrb/yeah-web'
6+ #gem 'yeah-web', path: '../../yeah-web'
67gem 'opal' , github : 'opal/opal'
Original file line number Diff line number Diff line change 11# Example Game
22
3- A barebones example game included with Yeah.
3+ Barebones example game for Yeah
44
55## Usage
66
@@ -14,4 +14,4 @@ Start a web server for the game.
1414
1515Finally, visit [ http://localhost:1234 ] ( http://localhost:1234 ) to run the game in your web browser.
1616
17- Note: graphical output is in the works.
17+ Note: graphical output in the game framework is in the works.
Original file line number Diff line number Diff line change 11class ExampleGame < Yeah ::Game
22 def initialize
3+ super
4+
35 puts "Hello!"
6+ display . size = 320 , 240
47 end
58end
You can’t perform that action at this time.
0 commit comments