Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/byte-cats/game

Client for Game
https://github.com/byte-cats/game

2d alpha online-game topdown-rpg

Last synced: 17 days ago
JSON representation

Client for Game

Awesome Lists containing this project

README

        

![mimi](https://imgs.search.brave.com/-RK5pZp1s3urqeMCEPLuiiajAl4uYKpvxx5vBK8dOZI/rs:fit:278:179:1/g:ce/aHR0cHM6Ly9hdmF0/YW5wbHVzLmNvbS9m/aWxlcy9yZXNvdXJj/ZXMvb3JpZ2luYWwv/NTgyYzhmZWRiOTEz/MjE1ODZlMTIzOGJl/LnBuZw)

# game
[![rust-clippy analyze](https://github.com/Byte-Cats/game/actions/workflows/rust-clippy.yml/badge.svg)](https://github.com/Byte-Cats/game/actions/workflows/rust-clippy.yml)
[![Rust Report Card](https://rust-reportcard.xuri.me/badge/github.com/byte-cats/game)](https://rust-reportcard.xuri.me/report/github.com/byte-cats/game)
[![License](https://img.shields.io/badge/License-BSD_3--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)

## Game is good... We love game.. and you'll f32 too.
### Getting Started with Rust and Game Development
We're going to build a 2D Multipalyer game in Rust using the Bevy game engine.

### Requirements
Get your system rusty by going [here](https://www.rust-lang.org/en-US/install.html).

### Get Game Code
```shell
git clone https://github.com/Byte-Cats/game
cd game
```

### Run Game
```shell
cargo run
```
# Current Dev Goal:
- Create player controller and move the player around
- Gamepad Compatibility
- Game Window Exit Keybinding

## Dev Tools
[Bevy Game Engine](https://bevyengine.org/)

[Pixel Editor](https://github.com/aseprite/aseprite)

[Level Editor](https://ldtk.io/)

[Sprite Sheet Generator](https://www.codeandweb.com/texturepacker)

[Image Editor](https://krita.org/en/download/krita-desktop/)

## Resources
[Bevy CheatBook](https://bevy-cheatbook.github.io/)

[Free Game Art](https://itch.io/game-assets/free)

[More Free Game Art](https://opengameart.org/)

[GameDesignBasics](https://gameaccessibilityguidelines.com/basic/)