Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rameshvarun/ulfhednar
A co-op bullet hell shooter, inspired by Norse mythology.
https://github.com/rameshvarun/ulfhednar
bullet-hell game love2d multiplayer-game
Last synced: about 1 month ago
JSON representation
A co-op bullet hell shooter, inspired by Norse mythology.
- Host: GitHub
- URL: https://github.com/rameshvarun/ulfhednar
- Owner: rameshvarun
- Created: 2015-04-01T20:58:18.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2021-04-04T04:42:41.000Z (almost 4 years ago)
- Last Synced: 2024-12-14T05:26:35.426Z (about 2 months ago)
- Topics: bullet-hell, game, love2d, multiplayer-game
- Language: Lua
- Homepage: http://www.varunramesh.net/projects/audhumbla
- Size: 38.9 MB
- Stars: 3
- Watchers: 7
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ulfhednar
![](./highlights.gif)
## Organization
This project is organized through a [Trello Board](https://trello.com/b/ZeypluNG/norse-game).## Developing
1. Install LÖVE or download a zipped version from [https://love2d.org/](https://love2d.org/).
2. Make sure that the LÖVE executable is in your PATH.
3. Run `git clone [email protected]:rameshvarun/norsegame.git` to get a copy of the source.
4. `cd` into the directory, and run `love .`## Creating a Release
```
python release.py love
python release.py win64
python release.py win32
python release.py osx
python release.py all
```