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.
- Host: GitHub
- URL: https://github.com/Starlight-Skull/Seasonfall
- Owner: Starlight-Skull
- License: mit
- Created: 2021-11-29T11:34:18.000Z (about 3 years ago)
- Default Branch: development
- Last Pushed: 2024-10-15T16:04:33.000Z (3 months ago)
- Last Synced: 2024-10-16T20:18:10.892Z (3 months ago)
- Topics: 2d-game, javascript, openweathermap, pixel-art, typescript-react
- Language: TypeScript
- Homepage: https://starlight-skull.github.io/seasonfall/
- Size: 21.6 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-neutralino - SeasonFall - Simple JavaScript game using data from the OpenWeatherMap API. (Apps)
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
```