Skip to content

Instantly share code, notes, and snippets.

@psterckx
psterckx / tictactoe.md
Last active July 29, 2023 13:08
Online Multiplayer Tic Tac Toe

Online Multiplayer Tic Tac Toe 🎮

Frontend Repo - https://github.com/psterckx/tictactoe-frontend
Backend Repo - https://github.com/psterckx/tictactoe-backend

How to play

Open this link https://tictactoe.psterckx.be in two separate tabs (you can also open the link on two different devices or ask a friend to play with you).

Click Start game in both tabs. Both clients will establish connections to the backend and request a game. Then the clients will be matched with each other and a game will start.

@psterckx
psterckx / thermostat_controller.md
Last active July 28, 2022 02:52
Thermostat Controller Project

Thermostat Controller Project 🌡

What is this?

A thermostat control system for my apartment built using AWS IoT Core, an ESP32, some electronics, and a UI built in Vue.

But why?

The thermostat in my apartment has a simple control system with two buttons: one to increase the temperature and one to decrease the temperature. No fancy scheduling features or IoT capabilities. So I decided to enhance it.