Florent Monnier

Results 10 issues of Florent Monnier

Two famous games written by Kenta Cho. These games are packaged in Debian: https://packages.debian.org/en/sid/gunroar https://packages.debian.org/en/sid/torus-trooper

enhancement

AbaGames has created 111 one-button games in 2021.

AbaGames has created 111 one-button games in 2021.

Hi, Are privacy violations considered as inappropriate behaviors? I don't see anything related to this in this document. In my local LUG they told me that they read all my...

Adds an "Awesome Gamedev Repositories" section, and put the ocaml one in this section.

Fix highlight for dashes.

`short_name_of_day` and `short_name_of_month` use: ``` String.sub s 0 3 ``` This will only work with languages using ASCII chars only, but it doesn't work with UTF-8 characters. In addition to...

It seems that for the exercise "An Implementation of List with an Efficient Concatenation" we can just implement the functions hd and tl this way: ``` let hd cl =...

good first issue
question