Skip to content

Commit e273275

Browse files
committed
Add "Chargrid Roguelike Tutorial 2020" section for newsletter 13
1 parent d8a7963 commit e273275

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed
Loading

content/posts/newsletter-013/index.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,25 @@ If needed, a section can be split into subsections with a "------" delimiter.
6464

6565
## Learning Material Updates
6666

67+
### [Chargrid Roguelike Tutorial 2020][chargrid-roguelike-tutorial-2020]
68+
69+
![Chargrid Roguelike Tutorial 2020](chargrid-roguelike-tutorial-2020.png)
70+
71+
[Chargrid][chargrid] by [@stevebob][] is a collection of crates for building
72+
applications with text UIs that run in terminals, graphical windows, and web
73+
pages. It was made specifically with roguelike development in mind, though is
74+
general-purpose enough to be used for other applications.
75+
76+
This is a tutorial series about making a traditional roguelike from scratch
77+
using chargrid for rendering and input handling. Reference code is available in
78+
[this git repo][chargrid-roguelike-tutorial-2020-reference-code]
79+
organized with one branch for each subsection.
80+
81+
[chargrid-roguelike-tutorial-2020]: https://gridbugs.org/roguelike-tutorial-2020/
82+
[chargrid-roguelike-tutorial-2020-reference-code]: https://github.com/stevebob/chargrid-roguelike-tutorial-2020
83+
[chargrid]: https://github.com/stevebob/chargrid/
84+
[@stevebob]: https://github.com/stevebob
85+
6786
## Library & Tooling Updates
6887

6988
## Popular Workgroup Issues in Github

0 commit comments

Comments
 (0)