Skip to content

Commit 5979b20

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

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
@@ -64,6 +64,26 @@ If needed, a section can be split into subsections with a "------" delimiter.
6464

6565
## Learning Material Updates
6666

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

6989
## Popular Workgroup Issues in Github

0 commit comments

Comments
 (0)