Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sergioribera/game_kill_errors
- Owner: SergioRibera
- Created: 2023-05-15T15:25:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-25T22:40:22.000Z (over 1 year ago)
- Last Synced: 2024-12-18T19:08:30.246Z (6 days ago)
- Topics: android, bevy, bevy-engine, game, game-development, ios, linux, macos, rust, wasm, web, windows
- Language: Rust
- Homepage: https://sergioribera.github.io/game_kill_errors/
- Size: 53.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)> ℹ️ 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