Skip to content

SergioRibera/game_kill_errors

Repository files navigation

Kill Errors - 404

Screenshot_20230527_161932

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

Platforms

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

Requirements

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