Square Off is a 1v1 airhockey-style game that Jared and I
built in 72 hours for the Ludum Dare 35 game jam. And beacuse it’s
web-based, you can…
Play now!
.sqoff-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
grid-gap: 10px;
}
…