Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bcvery1/nogo45
Entry for Ludum Dare 45: Start with nothing
https://github.com/bcvery1/nogo45
Last synced: 14 days ago
JSON representation
Entry for Ludum Dare 45: Start with nothing
- Host: GitHub
- URL: https://github.com/bcvery1/nogo45
- Owner: bcvery1
- License: unlicense
- Created: 2019-10-04T22:03:52.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-02T21:32:35.000Z (about 1 year ago)
- Last Synced: 2024-10-10T22:47:48.700Z (about 1 month ago)
- Language: Go
- Size: 14.7 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NoGo45
A game about starting with nothing, my entry for Ludum Dare 45.## Introduction
Everything in the game needs to be purchased, including the levels and the character. Everything is rewarded, so all
actions and achievements gain the player points to spend. The initial action is to open the upgrade menu for one point
with which they can buy movement controls, using the controls for the first time gives them points etc.The game will follow a basic 'get past the enemies' style level, enemies getting more and more powerful as the game goes
on. Purchases will go from basics to more powerful weapon(s) and defenses, finally ending in overpowered items such as
jetpacks and atom bomb.## Thoughts on the theme
Will fill this in post-weekend, stay tuned.## To Do list
Mostly unordered list, priority may come later.
- [x] Get cold brew in fridge
- [ ] ~~Plan for enough sleep~~ <- no
- [x] Create Github page
- [x] ToDo list
- [x] Dialogue
- [x] Upgrade screen
- [x] Character static sprite
- [x] Enemy static sprites
- [x] Level design
- [x] Tiles spritesheet
- [x] Create level
- [x] Collision change for individual sprites on [TilePix](github.com/bcvery1/tilepix)
- [x] Enemies AI
- [x] Static enemy AI
- [x] Moving melee enemy AI
- [x] Ranged enemy AI
- [x] Enemies drop coins
- [ ] ~~Character animation~~ <- Happy without this
- [ ] ~~Extra sprites~~
- [ ] ~~Animation logic~~
- [ ] ~~Animation for recieving a point/coin~~ <- ran out of time
- [x] More upgrades:
- [x] More health 1
- [x] More health 2
- [x] Bigger attack
- [x] More powerful attack
- [x] Gun
- [x] Rocket launcher
- [x] Atom bomb ~~?~~ <- *yes*
- [x] Sound effects
- [x] Music
- [x] Create release builds
- [x] Find somewhere to build Windows
- [x] Submit to [Ludum Dare](ldjam.com)
- [x] Celebratory drink and cigar## Lessons learned
To do after event!