-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
53 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"high_scores":[0,0,0,0,0],"game_over":["GAME OVER","SUCH A FOOL","SUCH A LOSER","You'll pay\nfor this!","Hey!\nDon't do that!","Pay attention!","Speed it\nup already,\njackass!","Wake the\nf*ck up, idiot!","Stay in\nyour lane!","Pick a speed\nand stick\nwith it!","You're\nan idiot!","Learn how\nto drive!","Thanks for\ncutting me\noff!","Blinker?"],"current_car":0,"config":{"sound":false}} | ||
{"high_scores":[39,39,0,0,0],"game_over":["GAME OVER","SUCH A FOOL","SUCH A LOSER","You'll pay\nfor this!","Hey!\nDon't do that!","Pay attention!","Speed it\nup already,\njackass!","Wake the\nf*ck up, idiot!","Stay in\nyour lane!","Pick a speed\nand stick\nwith it!","You're\nan idiot!","Learn how\nto drive!","Thanks for\ncutting me\noff!","Blinker?"],"current_car":2,"config":{"sound":true}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
require_relative 'main' | ||
|
||
module Racing | ||
def Racing.open | ||
def self.open | ||
window = MainWindow.new | ||
window.show | ||
end | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters