https://github.com/byte-cats/game
Client for Game
https://github.com/byte-cats/game
2d alpha online-game topdown-rpg
Last synced: 2 months 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 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-23T18:04:17.000Z (almost 3 years ago)
- Last Synced: 2023-03-10T02:54:45.516Z (over 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

# game
[](https://github.com/Byte-Cats/game/actions/workflows/rust-clippy.yml)
[](https://rust-reportcard.xuri.me/report/github.com/byte-cats/game)
[](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/)