quatris VS adventofcode

Compare quatris vs adventofcode and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
quatris adventofcode
1 718
1 65
- -
10.0 9.0
over 2 years ago 4 months ago
MAXScript Scala
MIT License -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

quatris

Posts with mentions or reviews of quatris. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-17.
  • Advent of Code (in MiniScript), Day 17
    2 projects | dev.to | 17 Dec 2022
    To solve this, I approached it much like making a video game. The blocks in the challenge description are referred to as "rocks with peculiar shapes," so I made a Rock class that represents one such rock. The exact shape is defined by a pattern list that has one string per row, just like in the challenge. The Rock class has methods to check whether it would hit something (the an already-placed Rock, or the edge of the pit) at a given x,y position; and to "settle" (that is, add itself permanently to the pit).

adventofcode

Posts with mentions or reviews of adventofcode. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-06.

What are some alternatives?

When comparing quatris and adventofcode you can also consider the following projects:

codewars.com - Issue tracker for Codewars

bitburner - Bitburner Game

LeetCode - This is my LeetCode solutions for all 2000+ problems, mainly written in C++ or Python.

Exercism - Scala Exercises - Crowd-sourced code mentorship. Practice having thoughtful conversations about code.

developer-roadmap - Interactive roadmaps, guides and other educational content to help developers grow in their careers.

Advent-of-Code - Advent of Code

mal - mal - Make a Lisp

adventofcode - Solutions for problems from AdventOfCode.com

book - The Rust Programming Language

CppCoreGuidelines - The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++

AdventOfCode2021 - Advent of code 2021

aoc2021 - Advent of Code 2021 - my answers