Add year to projects
This commit is contained in:
parent
a2c8fb9dd4
commit
833430c5bc
12 changed files with 94 additions and 7 deletions
|
@ -1,3 +1,3 @@
|
|||
include_rules
|
||||
|
||||
: foreach *.md |> !pandoc |>
|
||||
: index.md |> !project |>
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue