My entry game for Ludum Dare 26 - "MINIMALISM"
License
SavaMinic/enneadeca
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
PLAY THE GAME : https://dl.dropboxusercontent.com/u/53655251/LudumDare26/index.html Created for Ludum Dare 26 http://www.ludumdare.com/compo/ Theme: Minimalism My first entry to the Ludum Dare contest. I am very happy to see this game finished :) Light up the world by passing all its points without hitting death ( red circles ). By passing already lit point, you put it out. Movement is 6-way directions: Q W E \ | / / | \ A S D Power is SPACE, in which that point can not be put out. Score is determined on number of light points, remaining powers and time spent. Formula is: (LIGNT_POINTS - 1) * 100 IF( LIGNT_POINTS > 3) ADD (REMAINING_POWERS * 250) IF( VICTORY AND TIME_SPENT < 60s ) ADD ( (60s - TIME_SPENT) * 30 ) I used HTML5 canvas as game environment, and since wanted to keep it minimalistic, wrote simple engine for game (no sprites, particles, and stuff). jQuery - http://jquery.com/ tween.js - https://github.com/sole/tween.js/ Music loop is downloaded from http://www.looperman.com/loops?gid=21 No graphics :) Feel free to contact me, Rongon, http://www.ludumdare.com/compo/author/rongon or by mail: minic.sava at gmail.com All the best
About
My entry game for Ludum Dare 26 - "MINIMALISM"
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published