
CodeClimate
Codacy
SonarQube
ESLint
CodeFactor.io
Coveralls
SensioLabs Insight
Source-Navigator NG
Screeps
CodeCombat
CheckIO
CodinGame
Robocode
Codewars
Project Euler
LeetCode
CodeClimate
ScreepsBased on our record, Screeps should be more popular than CodeClimate. It has been mentiond 45 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Automated analysis tools: SonarQube, CodeClimate, and Codacy detect code-level debt automatically: cyclomatic complexity, code duplication, dependency staleness, and coverage gaps. These tools supplement but don't replace the architectural and business-logic debt that requires human judgment to identify and document. - Source: dev.to / 3 months ago
CodeClimate and Codacy can generate before/after metrics for code quality that make the starting and ending states concrete rather than subjective. - Source: dev.to / 3 months ago
CodeClimate quantifies maintainability so teams canโt hand-wave garbage away. - Source: dev.to / 11 months ago
Code Climate: Link - Automated code review and quality analysis for codebase health. - Source: dev.to / about 1 year ago
Use tools like SonarQube or CodeClimate to spot the high-risk 20%. Then fix one thing at a time not everything at once. This isnโt Dark Souls. - Source: dev.to / over 1 year ago
When I used to play Screeps[1], a MMO strategy game where you programmed to control your units and buildings, a group of us setup a player that was managed in this exact way called Quorum[2]. If anyone wants to run their own project in this way I open sourced the code to do so under the GitConsensus[3] project. There's a Github App (which may not still work, but if there's interest I'll restart it) and a "run it... - Source: Hacker News / 7 months ago
> Fwiw nothing beats โimplement the game logic in full (huge amounts of work) and with pruning on some heuristics look 50 moves aheadโ. This is how chess engines work and how all good turn based game ai works. For board games this is mostly true. For turn based games in general, it is not. It's certainly not true to say "all good turn based game ai" works like this. Turn based games where multiple "moves" are... - Source: Hacker News / 12 months ago
Reminds me (in spirit) of screeps https://screeps.com/ - any inspiration? - Source: Hacker News / over 1 year ago
I love the idea of having an AI prompt to write code for the bots. There are already games like https://screeps.com/ or https://store.steampowered.com/app/2060160/The_Farmer_Was_Replaced/ where you program your bot to do things, but they do require some minimal coding experience. Being able to describe behavior in plain english would be pretty cool. However, I think having real-time feedback is a huge part of... - Source: Hacker News / almost 2 years ago
I've heard about Screeps which is close to what you describe: https://screeps.com/. - Source: Hacker News / almost 3 years ago
Codacy - Automatically reviews code style, security, duplication, complexity, and coverage on every change while tracking code quality throughout your sprints.
CodeCombat - Learn programming with a multiplayer live coding strategy game.
SonarQube - SonarQube, a core component of the Sonar solution, is an open source, self-managed tool that systematically helps developers and organizations deliver Clean Code.
CheckIO - CheckIO is a web site with a mission: To teach JavaScript and Python coding skills through a game-playing interface. It is designed to teach new skills or improve existing skills through completing challenges.
ESLint - The fully pluggable JavaScript code quality tool
CodinGame - CodinGame provides users with a fun and effective way to learn coding that eschews the rigid structure of traditional teaching methods.