Skip to content

Commit 0863e35

Browse files
Books feature
1 parent fb99ef1 commit 0863e35

File tree

2 files changed

+70
-1
lines changed

2 files changed

+70
-1
lines changed

articles/books.md

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
---
2+
title: Books
3+
description: Published works featuring MonoGame/XNA that are recommended reading
4+
---
5+
6+
## Published works featuring MonoGame
7+
8+
<section class="container-xxl mb-5">
9+
<div class="row">
10+
<div class="col-12 col-lg-4 mb-5">
11+
<div class="mg-card mg-box-shadow h-100">
12+
<a target="_self"
13+
href="https://www.routledge.com/A-Gamers-Introduction-to-Programming-with-MonoGame-Welcome-Brave-Adventurer/Langille/p/book/9781032745381"
14+
class="mg-no-link">
15+
<div class="mg-card-body d-flex flex-column h-100">
16+
<div class="mg-card-title"><i class="bi bi-arrow-bar-right"></i> A gamer's introduction to programming with MonoGame</div>
17+
<p>
18+
A Gamer’s Introduction to Programming with MonoGame: Welcome Brave Adventurer! is a great way to combine your current love of both video games and coding into a brand‑new love of writing your own games. In this book, you’ll learn the essential ins‑and‑outs of how to work with fonts and text, images and sprites, audio, and even animation. You’ll learn how to give your players control over their destiny through keyboards, mice, and gamepads, and you’ll harness the never‑ending energy of the gameplay loop functions.
19+
</p>
20+
<p class="mt-auto">Check out the book on Routledge's site</p>
21+
</div>
22+
</a>
23+
</div>
24+
</div>
25+
<div class="col-12 col-lg-4 mb-5">
26+
<div class="mg-card mg-box-shadow h-100">
27+
<a target="_self"
28+
class="mg-no-link">
29+
<div class="mg-card-body d-flex flex-column h-100">
30+
<div class="mg-card-title"><i class="bi bi-battery-charging"></i> More coming soon</div>
31+
<p/>
32+
33+
<p class="mt-auto">...</p>
34+
</div>
35+
</a>
36+
</div>
37+
</div>
38+
<div class="col-12 col-lg-4 mb-5">
39+
<div class="mg-card mg-box-shadow h-100">
40+
<a target="_self"
41+
class="mg-no-link">
42+
<div class="mg-card-body d-flex flex-column h-100">
43+
<div class="mg-card-title"><i class="bi bi-battery-charging"></i> More coming soon</div>
44+
<p/>
45+
46+
<p class="mt-auto">...</p>
47+
</div>
48+
</a>
49+
</div>
50+
</div>
51+
</div>
52+
</section>
53+
54+
Stay tuned for more.

index.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,21 @@ description: MonoGame Documentation Hub
9595
</a>
9696
</div>
9797
</div>
98+
<div class="col-12 col-lg-4 mb-5">
99+
<div class="mg-card mg-box-shadow h-100">
100+
<a target="_self"
101+
href="/articles/books.html"
102+
class="mg-no-link">
103+
<div class="mg-card-body d-flex flex-column h-100">
104+
<div class="mg-card-title"><i class="bi bi-book-fill"></i></i> Books</div>
105+
<p>
106+
Check out published titles featuring MonoGame/XNA.
107+
</p>
108+
<p class="mt-auto">Click to view books</p>
109+
</div>
110+
</a>
111+
</div>
112+
</div>
98113
<div class="col-12 col-lg-4 mb-5">
99114
<div class="mg-card mg-box-shadow h-100">
100115
<a target="_self"
@@ -109,7 +124,7 @@ description: MonoGame Documentation Hub
109124
</div>
110125
</a>
111126
</div>
112-
</div>
127+
</div>
113128
</div>
114129
</section>
115130
<section class="container-xxl mb-5">

0 commit comments

Comments
 (0)