Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 54 additions & 0 deletions articles/books.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
---
title: Books
description: Published works featuring MonoGame/XNA that are recommended reading
---

## Published works featuring MonoGame

<section class="container-xxl mb-5">
<div class="row">
<div class="col-12 col-lg-4 mb-5">
<div class="mg-card mg-box-shadow h-100">
<a target="_self"
href="https://www.routledge.com/A-Gamers-Introduction-to-Programming-with-MonoGame-Welcome-Brave-Adventurer/Langille/p/book/9781032745381"
class="mg-no-link">
<div class="mg-card-body d-flex flex-column h-100">
<div class="mg-card-title"><i class="bi bi-arrow-bar-right"></i> A gamer's introduction to programming with MonoGame</div>
<p>
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.
</p>
<p class="mt-auto">Check out the book on Routledge's site</p>
</div>
</a>
</div>
</div>
<div class="col-12 col-lg-4 mb-5">
<div class="mg-card mg-box-shadow h-100">
<a target="_self"
class="mg-no-link">
<div class="mg-card-body d-flex flex-column h-100">
<div class="mg-card-title"><i class="bi bi-battery-charging"></i> More coming soon</div>
<p/>

<p class="mt-auto">...</p>
</div>
</a>
</div>
</div>
<div class="col-12 col-lg-4 mb-5">
<div class="mg-card mg-box-shadow h-100">
<a target="_self"
class="mg-no-link">
<div class="mg-card-body d-flex flex-column h-100">
<div class="mg-card-title"><i class="bi bi-battery-charging"></i> More coming soon</div>
<p/>

<p class="mt-auto">...</p>
</div>
</a>
</div>
</div>
</div>
</section>

Stay tuned for more.
17 changes: 16 additions & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,21 @@ description: MonoGame Documentation Hub
</a>
</div>
</div>
<div class="col-12 col-lg-4 mb-5">
<div class="mg-card mg-box-shadow h-100">
<a target="_self"
href="/articles/books.html"
class="mg-no-link">
<div class="mg-card-body d-flex flex-column h-100">
<div class="mg-card-title"><i class="bi bi-book-fill"></i></i> Books</div>
<p>
Check out published titles featuring MonoGame/XNA.
</p>
<p class="mt-auto">Click to view books</p>
</div>
</a>
</div>
</div>
<div class="col-12 col-lg-4 mb-5">
<div class="mg-card mg-box-shadow h-100">
<a target="_self"
Expand All @@ -109,7 +124,7 @@ description: MonoGame Documentation Hub
</div>
</a>
</div>
</div>
</div>
</div>
</section>
<section class="container-xxl mb-5">
Expand Down