@@ -28,15 +28,15 @@ The completed ports are:
2828
2929<!-- Add new releases at the bottom; this makes more likely to found outdated ports at the top -->
3030
31- | Game | Part of | Source Language | Source Libraries | Port Libraries | Tested on |
32- | :------------------------------------: | :--------------------------------------------------------------------------: | :-------------: | :------------------------------------------: | :------------------------------------------------: | :-------: |
33- | [ Boing] [ Boing ] | [ Code the Classics Vol. 1] [ Code the Classics Vol. 1 ] | Python | [ PyGame Zero] [ PyGame Zero ] | [ ggez] [ ggez ] 0.8 | Linux |
34- | [ Catacomb II (SDL)] [ Catacomb II (SDL) ] | - | C | [ SDL 2] [ SDL 2 ] | [ Rust-SDL2] [ Rust-SDL2 ] 0.35 | Linux |
35- | [ Cavern] [ Cavern ] | [ Code the Classics Vol. 1] [ Code the Classics Vol. 1 ] | Python | [ PyGame Zero] [ PyGame Zero ] | [ Macroquad] [ Macroquad ] 0.3 | Linux |
36- | [ Soccer] [ Soccer ] | [ Code the Classics Vol. 1] [ Code the Classics Vol. 1 ] | Python | [ PyGame Zero] [ PyGame Zero ] | [ Fyrox] [ Fyrox ] 0.26 | Linux |
37- | [ Rusty Roguelike] [ Rusty Roguelike ] | [ Hands-on Rust: Effective Learning...] [ Hands-on Rust: Effective Learning... ] | Rust | [ bracket-lib] [ bracket-lib ] , [ Legion] [ Legion ] | [ bracket-lib] [ bracket-lib ] , [ Bevy] [ Bevy ] (ECS) 0.7 | Linux |
38- | [ Rusty Roguelike] [ Rusty Roguelike ] | [ Hands-on Rust: Effective Learning...] [ Hands-on Rust: Effective Learning... ] | Rust | [ bracket-lib] [ bracket-lib ] , [ Legion] [ Legion ] | [ Macroquad] [ Macroquad ] 0.3, [ Legion] [ Legion ] 0.3 | Linux |
39- | [ Bunner] [ Bunner ] | [ Code the Classics Vol. 1] [ Code the Classics Vol. 1 ] | Python | [ PyGame Zero] [ PyGame Zero ] | [ Macroquad] [ Macroquad ] 0.3 | Linux |
31+ | Game | Part of | Source Language | Source Libraries | Port Libraries | Tested on |
32+ | :------------------------------------: | :--------------------------------------------------------------------------: | :-------------: | :------------------------------------------: | :------------------------------------------------: | :----------- : |
33+ | [ Boing] [ Boing ] | [ Code the Classics Vol. 1] [ Code the Classics Vol. 1 ] | Python | [ PyGame Zero] [ PyGame Zero ] | [ ggez] [ ggez ] 0.9 | Linux/Windows |
34+ | [ Catacomb II (SDL)] [ Catacomb II (SDL) ] | - | C | [ SDL 2] [ SDL 2 ] | [ Rust-SDL2] [ Rust-SDL2 ] 0.35 | Linux |
35+ | [ Cavern] [ Cavern ] | [ Code the Classics Vol. 1] [ Code the Classics Vol. 1 ] | Python | [ PyGame Zero] [ PyGame Zero ] | [ Macroquad] [ Macroquad ] 0.3 | Linux |
36+ | [ Soccer] [ Soccer ] | [ Code the Classics Vol. 1] [ Code the Classics Vol. 1 ] | Python | [ PyGame Zero] [ PyGame Zero ] | [ Fyrox] [ Fyrox ] 0.26 | Linux |
37+ | [ Rusty Roguelike] [ Rusty Roguelike ] | [ Hands-on Rust: Effective Learning...] [ Hands-on Rust: Effective Learning... ] | Rust | [ bracket-lib] [ bracket-lib ] , [ Legion] [ Legion ] | [ bracket-lib] [ bracket-lib ] , [ Bevy] [ Bevy ] (ECS) 0.7 | Linux |
38+ | [ Rusty Roguelike] [ Rusty Roguelike ] | [ Hands-on Rust: Effective Learning...] [ Hands-on Rust: Effective Learning... ] | Rust | [ bracket-lib] [ bracket-lib ] , [ Legion] [ Legion ] | [ Macroquad] [ Macroquad ] 0.3, [ Legion] [ Legion ] 0.3 | Linux |
39+ | [ Bunner] [ Bunner ] | [ Code the Classics Vol. 1] [ Code the Classics Vol. 1 ] | Python | [ PyGame Zero] [ PyGame Zero ] | [ Macroquad] [ Macroquad ] 0.3 | Linux |
4040
4141<!-- Keep the entries of each group sorted by name -->
4242
@@ -147,9 +147,9 @@ Catacomb II:
147147
148148A very straightforward port 🙂
149149
150- This port suffers from one (Winit) bug :
150+ This port suffers from one bug (it's currently unclear if it's a port or library problem) :
151151
152- - corruption when running on fullscreen (reported [ here] ( https://github.com/ggez/ggez /issues/1066 ) ).
152+ - game running too fast (issue [ here] ( https://github.com/rust-gamedev/rust-game-ports /issues/150 ) ).
153153
154154### Cavern/Macroquad
155155
0 commit comments