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

https://github.com/specht/2d


https://github.com/specht/2d

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# 2D Game Studio

1. 🎨 Sprites zeichnen
2. 📋 Eigenschaften zuweisen
3. 🌍 Level erstellen
4. 🤔 ???
5. 💵 Profit!

Du kannst das ganze hier ausprobieren: [https://2d.hackschule.de/](https://2d.hackschule.de/)

## Vorbereitung

```bash
cp env.template.rb env.rb
./config.rb build
```

## Server starten

```bash
./config.rb up
```