This repository has been archived by the owner on Nov 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 234
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
1 parent
536e107
commit e52d210
Showing
2 changed files
with
24 additions
and
16 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,12 +4,12 @@ | |
# @Date: 2016-01-17 | ||
# @Email: [email protected] Github username: @prodicus | ||
# @Last Modified by: tasdik | ||
# @Last Modified time: 2016-01-18 | ||
# @Last Modified time: 2016-01-20 | ||
# MIT License. You can find a copy of the License @ http://prodicus.mit-license.org | ||
|
||
## Game music Attribution | ||
##Frozen Jam by tgfcoder <https://twitter.com/tgfcoder> licensed under CC-BY-3 <http://creativecommons.org/licenses/by/3.0/> | ||
|
||
from __future__ import division | ||
import pygame | ||
import random | ||
from os import path | ||
|