-
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
1 parent
b2b3227
commit 95df4de
Showing
1 changed file
with
20 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,24 @@ | ||
# DeityInTraining | ||
# Deity In Training | ||
|
||
An attempt at an entry for [Ludum Dare 38](https://www.ludumdare.com). Competition theme is "a small world". | ||
|
||
Coded in Typescript using Phaser.io game engine. Don't read the code right now. Please, PLEASE don't read my code right now. | ||
You are a minor deity in charge of a small planet. Steer it away from natural dangers such as comets and temperature extremes. Collect supernatural power-ups to speed the advancement of the planet. | ||
|
||
Sound effects: sfxr | ||
Graphics: Inkscape | ||
Tested (in the loosest sense of the word) in Firefox on Ubuntu. | ||
[Play Game](https://pmcoltrane.github.io/DeityInTraining/) | ||
|
||
## Controls | ||
|
||
`Space` to begin play. `Left` and `Right` to move the planet. | ||
|
||
## Tools | ||
|
||
- Language: Typescript, HTML | ||
- Libraries: Phaser.IO | ||
- Platform: Web | ||
- "Artwork": Inkscape | ||
- Sound: sfxr | ||
- Music: MuseScore | ||
|
||
Coded in VSCode using Phaser.io game engine and P2 physics library. Don't read the code right now. Please, PLEASE don't read my code right now. | ||
|
||
Tested in Firefox. I forgot to convert the WAV audio to OGG. |