Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/byte-cats/game
- Owner: Byte-Cats
- License: gpl-3.0
- Created: 2022-10-03T04:14:12.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-23T18:04:17.000Z (about 2 years ago)
- Last Synced: 2023-03-10T02:54:45.516Z (almost 2 years ago)
- Topics: 2d, alpha, online-game, topdown-rpg
- Language: Rust
- Homepage:
- Size: 118 KB
- Stars: 5
- Watchers: 0
- Forks: 2
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)