Ecosyste.ms: Awesome

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

https://github.com/Starlight-Skull/Seasonfall

2D web game with live weather data.
https://github.com/Starlight-Skull/Seasonfall

2d-game javascript openweathermap pixel-art typescript-react

Last synced: about 2 months ago
JSON representation

2D web game with live weather data.

Lists

README

        

# Seasonfall

[![Webpack](https://github.com/Starlight-Skull/seasonfall/actions/workflows/webpack.yml/badge.svg)](https://github.com/Starlight-Skull/seasonfall/actions/workflows/webpack.yml)
[![pages-build-deployment](https://github.com/Starlight-Skull/seasonfall/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/Starlight-Skull/seasonfall/actions/workflows/pages/pages-build-deployment)
[![CodeQL](https://github.com/Starlight-Skull/seasonfall/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/Starlight-Skull/seasonfall/actions/workflows/codeql-analysis.yml)

[![Seasonfall](./Misc/Banner.png)](https://starlight-skull.github.io/seasonfall/)

## Project Status

Major rewrites to make code more accessible, reusable and efficient.

## For the player

Now hosted right here on [GitHub Pages](https://starlight-skull.github.io/seasonfall/).

~~Download the [latest](https://github.com/starlight-skull/seasonfall/releases/latest) release and run the appropriate executable.~~

> Development for native releases is removed for the time being.

## For the developer

Clone the source and build your own.

In your preferred shell and location.

_(Note that you also need to have [git](https://git-scm.com/downloads) and [npm](https://nodejs.org/en/download/) installed)_

```bash
git clone https://github.com/starlight-skull/seasonfall.git
cd seasonfall
npm ci
```

Start the dev server.

```bash
npm run start
```

Or make a build.

```bash
npm run build
```