AdventOfCode 2020

Solution for the Advent of Code 2020 puzzles written in TypeScript using ts-node

Visualization of times and scores in the company internal leaderboard is based on the Advent of Code Dashboard project that I created for the year.

RepairDefense

Submitted entry for the Global Game Jam 2020. The game was created in 48h and with the theme "Repair" in mind.

Getting in Trouble

Submitted entry for the Global Game Jam 2019. The game was created in 48h and with the theme "What home means to you" in mind.

Advent of Code 2018

Solution for the Advent of Code 2018 puzzles written in TypeScript using ts-node

I did try to reach the global Leader Bord for three times (22th, 23th, 24th) but did not make it. Google Sheet with my scores and placements in the Global Ranking.

Spatholobus

Submitted entry for the Global Game Jam 2018. The game was created in 48h and with the theme "Transmission" in mind.

Used diversifiers:

  • DESIGN - Nem tão próximos
  • DESIGN - Created by Warren Robinett
  • META - Special:Random

CSLox

C# implementation of jlox, the script langauge created in the book Crafting Interpreters. This implementation should be able to run all jlox scripts.

This implementation is currently not tested with .net core but it should be portable without mutch work.