https://github.com/ftsf/ld41-netcrawler
Deckbuilding Tower Defence Game
https://github.com/ftsf/ld41-netcrawler
Last synced: 12 months ago
JSON representation
Deckbuilding Tower Defence Game
- Host: GitHub
- URL: https://github.com/ftsf/ld41-netcrawler
- Owner: ftsf
- Created: 2018-04-23T00:46:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-10T10:24:33.000Z (over 7 years ago)
- Last Synced: 2025-03-23T18:50:56.723Z (over 1 year ago)
- Language: Nim
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
LD41 Game
Two incompatible themes
Deckbuilding
Tower Defence
Hacking Theme
Racks
Servers
Deques
GC Pause
Downtime
You lose if you have too much downtime
Win condition???
You build a deck of maze+turret cards
you can play cards from your hand onto the field (4x4? grid)
you can play to an empty slot or slot with a card if there are
no enemies on it
turrets/defences take damage and become useless, maze continues
until the card is replaced
you can only draw at the end of a wave
earn power by defeating enemies
spend power to buy cards
Card types:
* Maze
main card type
section of maze, must line up with existing cards
may have turrets on it
* Action
one off action, various
* Upgrade
play in BASE ROW to give a passive buff
can be destroyed by enemies if they reach it
acts as a shield
Enemies spawn at top and path through the maze towards the base row
[ ENEMY ] [ 1 ] # supply queue
[ ] [ ] [ ] [ ] [ 2 ]
[ ] [ ] [ ] [ ] [ 3 ]
[ ] [ ] [ ] [ ] [ 4 ]
[ ] [ ] [ ] [ ] [ 5 ]
[ ] [ ] [ ] [ ] < - BASE ROW
[DECK] [DISCARD]
[ HAND ]
CARD IDEAS
DONE * repair all turrets on a tile
DONE * upgrade all turrets on a tile
DONE * remove tile with packets
DONE * trash top card of discard pile
DONE * trash hand
DONE * flush supply (not a card)
DONE * slow all packets on a tile
DONE * reactivate all dead turrets
DONE * draw 3 cards
DONE * draw 2 cards
DONE * gain 1 money
DONE * gain 2 money
DONE * gain 3 money
DONE * repair server
DONE * take top discard into hand
DONE * remove infection