Created by Aesop Yashchin
๐น๏ธ Aesop's first Video Game ๐ฎ Play GodLight
GodLight is a competitive multiplayer brawler featuring the gods of Mount Olympus. Each area in the arena comes with a unique curse that shapes their gameplay, creating a challenging experience.
- 13 playable gods from Greek mythology
- Unique passive curses for each area in the stadium
- Fast-paced competitive gameplay
- No "good" abilities - only interesting drawbacks to master
- Local multiplayer with split-screen
Each area in the arena carries a curse that affects their gameplay:
- Zeus: Lightning randomly strikes (5 damage)
- Poseidon: Whirpools spawn randomly and trap whoever is in them when they spawn
- Hades: Skeletal warriors spawn and attack whatever is near them (3 melee damage, 1 ranged damage, cannot leave Hades area)
- Athena: Attacks have a 10 percent chance to heal enemies (as much health as damage)
- Ares: 10 less shield
- Aphrodite: Everyone in the Aphrodite area is drawn to each other (slows them down if they try to run away)
- Apollo: Your side of the screen turns really bright
- Artemis: Moonbeams randomly appear, silver arrows rain down (1 arrow, 3 damage)
- Hephaestus: Your regular attack does 5 less damage
- Hermes: Harder to turn (you can still turn, just slower)
- Dionysus: Screen spins slowly
- Demeter: Flowers grab and slow everyone
- Hera: You slowly lose buffs
- Visit godlight.vercel.app
- Select your god
- Learn to use their curse to your advantage
- Battle other players
Feel free to open issues or submit pull requests
MIT License
- Website: godlight.vercel.app
- Twitter: @AesopGames
- Discord: Join our community
GodLight/ โโโ index.html โโโ js/ โ โโโ main.js โ โโโ helpers.js โ โโโ classes/ โ โ โโโ ProjectileAttack.js โ โ โโโ MeleeAttack.js โ โ โโโ PieZone.js โ โ โโโ PowerUp.js โ โ โโโ Player.js <-- (unchanged except for HUD hook, if desired) โ โ โโโ Enemy.js <-- updated enemy AI โ โ โโโ CurseManager.js <-- new file for curse logic โ โโโ scenes/ โ โโโ MainScene.js <-- updated with audio, split-screen HUD & curse manager โ โโโ WinScene.js โ โโโ HelpScene.js โโโ assets/ โ โโโ audio/ โ โ โโโ bgMusic.mp3 โ โ โโโ lightning.mp3 โ โโโ images/ โ โโโ (optional placeholder images) โโโ README.md โโโ package.json