Skip to content

Commit

Permalink
Update README for ch2
Browse files Browse the repository at this point in the history
  • Loading branch information
alamedyang committed Aug 6, 2024
1 parent 42b1648 commit cd060e2
Show file tree
Hide file tree
Showing 4 changed files with 127 additions and 7 deletions.
134 changes: 127 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,40 @@
# DC801 Black Mage Badge
The DC801 Badge Platform for DC28+. Now featuring a [playable web build](https://dc801.github.io/BM-Badge/) to increase ease of access for content authorship workflows, as well as for archival access to the game when for the hardware is no longer available.

![DC801 Black Mage Game 2020 main menu](SD_Card/MAGE/docs_images/main-menu.gif)
The DC801 Badge Platform for DC28+, featuring a [playable web build](https://dc801.github.io/BM-Badge/) to increase ease of access for content authorship workflows, as well as for archival access to the game when for the hardware is no longer available.

## Introducing Chapter 2 (for DC32)

A new expansion for the game has been added! Chapter 2 introduces King Gibson's castle and the badge's built-in USB-C serial interface. More characters, more puzzles, and more puns!

![DC801 Black Mage Game 2024 main menu](SD_Card/MAGE/docs_images/dc801_black_mage_game_menu_chapter_2.gif)

![DC801 Black Mage Game 2024 sample gameplay (screen only)](SD_Card/MAGE/docs_images/game-sample2024-x4.png)

Use the terminal to engage with the world and solve puzzles:

![DC801 Black Mage Game 2024 sample terminal](SD_Card/MAGE/docs_images/terminal_preview.png)

Chapter 1 content is still available with this release, and both chapters are accessible from the main menu.

![DC801 Black Mage Game 2020 sample gameplay (screen only)](SD_Card/MAGE/docs_images/game-sample-x4.png)

## Videos about the project

<a href="https://www.youtube.com/watch?v=QbsCsldlNKE" target="_blank">
<img src="https://img.youtube.com/vi/QbsCsldlNKE/maxresdefault.jpg" alt="Alex Chaveriat holds the DC801 Black Mage Badge up for your inspection"><br />Watch Alex Chaveriat's review of the DC801 Black Mage Badge</a>

----

<a href="https://www.youtube.com/watch?v=-YtiRvzJ-uo" target="_blank">
<img src="https://img.youtube.com/vi/-YtiRvzJ-uo/maxresdefault.jpg" alt="Alex Chaveriat interviews Hamster at DEFCON 29 about the DC801 Black Mage Badge"><br />Watch Alex Chaveriat interview Hamster at DEFCON 29 about the DC801 Black Mage Badge</a>

----

<a href="https://www.youtube.com/watch?v=cmqgIxQA0Sg" target="_blank">
<img src="https://img.youtube.com/vi/cmqgIxQA0Sg/maxresdefault.jpg" alt="Alex Chaveriat interviews Admiral Potato and Alamedyang about building the DC801 Black Mage Badge"><br />Watch Alex Chaveriat interview Admiral Potato and Alamedyang about building the DC801 Black Mage Badge</a>

## Hardware

The DC801 BM-Badge brings you an expandable iteration of our robust platfom.

- Core CPU is the Nordic nRF52840 SoC, on the u-blox BMD-340 module
Expand Down Expand Up @@ -46,21 +75,112 @@ Check out the [Template](/HW/ART/Template) that you can create a new project in
- Instructions to set up your own dev environment and desktop testing build of our game engine in [EnvironmentSetup.md](/EnvironmentSetup).
- [Comprehensive engine documentation and content creation guide](SD_Card/MAGE/README.md)

### SD Card
Format your SD card as FAT32 and copy the contents of [SD_Card](SD_Card) into it.
This year's badge game engine allows for you to run custom games from binary files on the SD card.


## Gameplay Videos

<a href="https://vimeo.com/487527877" target="_blank"><img src="https://i.vimeocdn.com/video/1008891350" alt="DC28 DC801 SAFEMODE badge, 2020-12-04 development update" /></a>
<a href="https://vimeo.com/487527877" target="_blank"><img src="https://vumbnail.com/487527877.jpg" alt="DC28 DC801 SAFEMODE badge, 2020-12-04 development update" /></a>

[DC28 DC801 SAFEMODE badge, 2020-12-04 development update](https://vimeo.com/487527877): Watch almost 6 minutes of 100% in-engine gameplay in our 2020-12-04 development update video!

<a href="https://vimeo.com/515088170" target="_blank"><img src="https://i.vimeocdn.com/video/1066639355" alt="DC28 DC801 SAFEMODE badge, 2021-02-21 development update" /></a>
<a href="https://vimeo.com/515088170" target="_blank"><img src="https://vumbnail.com/515088170.jpg" alt="DC28 DC801 SAFEMODE badge, 2021-02-21 development update" /></a>

[DC28 DC801 SAFEMODE badge, 2021-02-21 development update](https://vimeo.com/515088170):
Watch one of our puzzles and see some of our new narrative focused engine scripting capabilities in our 2021-02-21 development update video!

----

## DC32 dev team

### Hardware

#### PCB Electronics
- @hamster

#### PCB Art
- corfidbizna
- alamedyang

#### Badge Design
- @admiral_potato
- @hamster

#### Art Board
- redactd

#### Joystick Covers
- @_Pexie


#### Software

#### Engine Lead
- @admiral_potato

#### Script System
- @admiral_potato

#### Script Tooling
- alamedyang
- @admiral_potato
- nibley

#### Programming Support
- Tawnos
- Solra Bizna
- Youssef Moosa
- Cedric Hutchings (cedric_h)

### Graphics

#### 2D Art
- alamedyang
- corfidbizna
- Hippi3Hack3r

#### 3D Art
- @admiral_potato
- nthday

### Story

#### Writing
- alamedyang
- Hippi3Hack3r

#### Scripting
- alamedyang
- ThatDeadGuy and CJDJ
- nibley
- mmedei
- korinakuma

#### Goose Facts Consultant
- lys

### Special Thanks
- 7thdrxn
- Aaron Freed
- anonbecause
- courtyen
- DisplayGFX
- flame3722
- HeyItsWaters
- hipu
- HumanDLC
- korinakuma
- laughdat
- Liam "junkmail" Thomas
- @MuxLuxx
- NewGnu
- @_Pexie
- Solra Bizna
- Spooks
- TuckleberryWinn
- And all the playtesters who we missed!

----

## DC28 dev team

Project owner
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added SD_Card/MAGE/docs_images/game-sample2024-x4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added SD_Card/MAGE/docs_images/terminal_preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cd060e2

Please sign in to comment.