File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed
content/posts/newsletter-013 Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -102,6 +102,26 @@ work with graphics in Rust using [SDL2][sdl2] library.
102102[ @bugzmanov ] : https://twitter.com/bugzmanov
103103[ sdl2 ] :https://www.libsdl.org/
104104
105+ ### [ Chargrid Roguelike Tutorial 2020] [ chargrid-roguelike-tutorial-2020 ]
106+
107+ ![ Chargrid Roguelike Tutorial 2020] ( chargrid-roguelike-tutorial-2020.png )
108+
109+ [ Chargrid] [ chargrid ] by [ @stevebob ] is a collection of crates for building
110+ applications with text UIs that run in terminals, graphical windows, and web
111+ pages. It was made specifically with roguelike development in mind, though is
112+ general-purpose enough to be used for other applications.
113+
114+ [ Chargrid Roguelike Tutorial 2020] [ chargrid-roguelike-tutorial-2020 ]
115+ is a tutorial series about making a traditional roguelike from scratch
116+ using chargrid for rendering and input handling. Reference code is available in
117+ [ this git repo] [ chargrid-roguelike-tutorial-2020-reference-code ]
118+ organized with one branch for each subsection.
119+
120+ [ chargrid-roguelike-tutorial-2020 ] : https://gridbugs.org/roguelike-tutorial-2020/
121+ [ chargrid-roguelike-tutorial-2020-reference-code ] : https://github.com/stevebob/chargrid-roguelike-tutorial-2020
122+ [ chargrid ] : https://github.com/stevebob/chargrid/
123+ [ @stevebob ] : https://github.com/stevebob
124+
105125## Library & Tooling Updates
106126
107127### [ hexasphere] v1.0
You can’t perform that action at this time.
0 commit comments