Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```