Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sergioribera/game_kill_errors

A game for 404 error
https://github.com/sergioribera/game_kill_errors

android bevy bevy-engine game game-development ios linux macos rust wasm web windows

Last synced: 5 days ago
JSON representation

A game for 404 error

Awesome Lists containing this project

README

        

# Kill Errors - 404
![Screenshot_20230527_161932](https://github.com/SergioRibera/game_kill_errors/assets/56278796/3b6a9811-d1a1-4783-a052-18a233515971)


GitHub CI Workflow Status
GitHub Build Workflow Status
GitHub Android Workflow Status
GitHub Workflow Status
GitHub release (latest by date)

> ℹ️ This proyect is for [myself page](https://sergioribera.github.io/game_kill_errors)

# Platforms
- Native (MacOs, Linux & Windows)
- Web (Wasm)
- Library (Usable in other rust proyects)
- Mobile
- Android
- iOS (⚠️ Soon)

# Requirements
- Rust
- Cargo
- [Cargo Make](https://github.com/sagiegurari/cargo-make)
- [Trunk](https://trunkrs.dev) (Optional for web development)

# Development Guide
- Edit the `.env` file if you need
- Run `cargo make dev` for run as development mode (Native window)
- Run `cargo make --list-all-steps` for check all aviable tasks

#### Other CargoMake Tasks

* **build** - Generate release binary/lib
* **check** - Check all issues, format and code quality
* **clean** - Clean all target directory
* **clippy** - Check code quality
* **default** - Check all issues, format and code quality
* **dev** - Run native launcher with development configuration
* **fix-all** - Try fix all clippy and format issues
* **fix-clippy** - Fix code quality
* **fix-fmt** - Fix format
* **fmt** - Check format quality
* **test** - Check all unit test

# Usage as Library
> ⚠️ Check the `launchers` folders