From adb367df7dc95111c41ecfd59f0d8bb2efe1ae29 Mon Sep 17 00:00:00 2001 From: zipxing Date: Sun, 6 Oct 2024 18:02:38 +0800 Subject: [PATCH 1/3] Update README.md Added rust_pixel project --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 11b5fed49..c14cad963 100644 --- a/README.md +++ b/README.md @@ -334,6 +334,7 @@ See also [Games Made With Piston](https://github.com/PistonDevelopers/piston/wik * [Thinkofname/rust-quake](https://github.com/Thinkofname/rust-quake) - Quake map renderer. * [ttyperacer/terminal-typeracer](https://gitlab.com/ttyperacer/terminal-typeracer) - Single player typing test game written for the terminal * [Veloren](https://gitlab.com/veloren/veloren) - An open world, open source multiplayer voxel RPG game currently in alpha development [![build badge](https://gitlab.com/veloren/veloren/badges/master/pipeline.svg)](https://gitlab.com/veloren/veloren/-/pipelines) +* [zipxing/rust_pixel](https://github.com/zipxing/rust_pixel) [[CRATE](https://crates.io/crates/rust_pixel)] * [Zone of Control](https://github.com/ozkriff/zoc) - A turn-based hexagonal strategy game ### Graphics From 96e0ace5a2270dd2757363deedf8e0a87f3dc536 Mon Sep 17 00:00:00 2001 From: zipxing Date: Sun, 6 Oct 2024 18:04:47 +0800 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c14cad963..78f275473 100644 --- a/README.md +++ b/README.md @@ -334,7 +334,7 @@ See also [Games Made With Piston](https://github.com/PistonDevelopers/piston/wik * [Thinkofname/rust-quake](https://github.com/Thinkofname/rust-quake) - Quake map renderer. * [ttyperacer/terminal-typeracer](https://gitlab.com/ttyperacer/terminal-typeracer) - Single player typing test game written for the terminal * [Veloren](https://gitlab.com/veloren/veloren) - An open world, open source multiplayer voxel RPG game currently in alpha development [![build badge](https://gitlab.com/veloren/veloren/badges/master/pipeline.svg)](https://gitlab.com/veloren/veloren/-/pipelines) -* [zipxing/rust_pixel](https://github.com/zipxing/rust_pixel) [[CRATE](https://crates.io/crates/rust_pixel)] +* [zipxing/rust_pixel](https://github.com/zipxing/rust_pixel) [[rust_pixel](https://crates.io/crates/rust_pixel)] * [Zone of Control](https://github.com/ozkriff/zoc) - A turn-based hexagonal strategy game ### Graphics From ea1a7c87e755aea640456fb403113ef5a06b38ce Mon Sep 17 00:00:00 2001 From: zipxing Date: Sun, 6 Oct 2024 18:55:43 +0800 Subject: [PATCH 3/3] fix template --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 78f275473..03647566d 100644 --- a/README.md +++ b/README.md @@ -334,7 +334,7 @@ See also [Games Made With Piston](https://github.com/PistonDevelopers/piston/wik * [Thinkofname/rust-quake](https://github.com/Thinkofname/rust-quake) - Quake map renderer. * [ttyperacer/terminal-typeracer](https://gitlab.com/ttyperacer/terminal-typeracer) - Single player typing test game written for the terminal * [Veloren](https://gitlab.com/veloren/veloren) - An open world, open source multiplayer voxel RPG game currently in alpha development [![build badge](https://gitlab.com/veloren/veloren/badges/master/pipeline.svg)](https://gitlab.com/veloren/veloren/-/pipelines) -* [zipxing/rust_pixel](https://github.com/zipxing/rust_pixel) [[rust_pixel](https://crates.io/crates/rust_pixel)] +* [zipxing/rust_pixel](https://github.com/zipxing/rust_pixel) [[rust_pixel](https://crates.io/crates/rust_pixel)] - A 2D pixel art game engine & rapid prototyping tools, supporting both text and graphical rendering modes. * [Zone of Control](https://github.com/ozkriff/zoc) - A turn-based hexagonal strategy game ### Graphics