Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/y2bd/junk
A game where you clean up someone else's junk
https://github.com/y2bd/junk
ludum-dare ludum-dare-40 tetris
Last synced: 12 days ago
JSON representation
A game where you clean up someone else's junk
- Host: GitHub
- URL: https://github.com/y2bd/junk
- Owner: y2bd
- License: mit
- Created: 2017-12-02T10:20:48.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-09-20T01:44:42.000Z (about 1 year ago)
- Last Synced: 2024-10-10T22:43:37.997Z (about 1 month ago)
- Topics: ludum-dare, ludum-dare-40, tetris
- Language: Lua
- Homepage: https://y2bd.itch.io/junk
- Size: 147 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Junk
## Game
The more you have, the worse it is for other people.
Junk is a variation of the familiar falling-blocks puzzle game. When you start a game of Junk, you don’t play on an empty board. Instead, you play on the finishing board of someone else’s game. And when you’re done, any mistakes you make, all junk you collect, will become another's problem in due time, for all time.
Junk requires an internet connection to play.
https://y2bd.itch.io/junk
https://ldjam.com/events/ludum-dare/40/junk## Tech
Junk is a [LÖVE 11.x](https://love2d.org/) game. To "build from source", follow the official instructions on installing and running LÖVE games: https://love2d.org/wiki/Getting_Started
Junk requires an active server hosting the [junk-back](https://github.com/y2bd/junk-back) (or compatible) web service to function. By default, Junk targets my own server (be kind). If you want to use your own server with Junk, change the configuration in [net.lua](./net.lua).