Skip to content

Commit 1fc816b

Browse files
gridbugs17cupsofcoffeeozkriff
authored
Newsletter 13: Add "Chargrid Roguelike Tutorial 2020" (#240)
* Add "Chargrid Roguelike Tutorial 2020" section for newsletter 13 * Remove unnecessary pair of brackets Co-authored-by: Joe Clay <[email protected]> * Newsletter 13: Chargrid Tut 2020: Style tweak Co-authored-by: Joe Clay <[email protected]> Co-authored-by: Andrey Lesnikóv <[email protected]>
1 parent 5931df9 commit 1fc816b

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed
Loading

content/posts/newsletter-013/index.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)