Add year to projects

This commit is contained in:
Fabien Freling 2019-06-19 13:37:04 +02:00
parent a2c8fb9dd4
commit 833430c5bc
12 changed files with 94 additions and 7 deletions

View file

@ -1,3 +1,3 @@
include_rules
: foreach *.md |> !pandoc |>
: index.md |> !project |>

View file

@ -1,11 +1,11 @@
---
title: OBoy
date: 2015
repository: https://gitlab.com/ffreling/oboy
---
OBoy is a Game Boy emulator written in OCaml.
[GitLab repository](https://gitlab.com/ffreling/oboy)
This project explores the internals of the Game Boy, documenting it along the way.
It is also an experiment of writing a low-level program in functional language.