Software Alternatives, Accelerators & Startups

Screeps VS Codingbat

Compare Screeps VS Codingbat and see what are their differences

Screeps logo Screeps

Learn to code JavaScript by playing game.

Codingbat logo Codingbat

The online programming practice in java and python.
  • Screeps Landing page
    Landing page //
    2023-04-17
  • Codingbat Landing page
    Landing page //
    2019-09-01

Screeps features and specs

  • Educational Value
    Screeps teaches real-world JavaScript programming concepts such as algorithms, optimization, and system design in a fun, gamified environment.
  • Real-time Strategy
    It combines elements of real-time strategy games with coding, offering a unique and challenging experience that keeps players engaged.
  • Persistent World
    The game world is persistent and runs 24/7, allowing your code to continue operating and evolving even when you're not logged in.
  • Community and Collaboration
    There is a strong community providing support, sharing code, and contributing to open-source projects related to the game.
  • Scalability
    The game can scale from small, personal projects to large, complex systems, providing ongoing challenges and opportunities for learning.

Possible disadvantages of Screeps

  • Steep Learning Curve
    Beginners might find the game difficult to grasp initially due to the complex mechanics and required programming knowledge.
  • Time-Consuming
    To effectively compete, players often need to invest significant time in optimizing and maintaining their code.
  • Subscription Costs
    While there is a free tier, many features and advanced gameplay elements are locked behind a subscription paywall.
  • Technical Requirements
    The game requires a good understanding of programming and problem-solving skills, which might be off-putting for casual gamers.
  • Server Issues
    There can be server stability and performance issues due to the constant demand and real-time nature of the game.

Codingbat features and specs

  • Interactive Learning
    Codingbat provides an interactive platform where users can write and test their code solutions instantly. This hands-on approach enhances the learning experience by allowing immediate practice of coding concepts.
  • Targeted Practice
    The platform offers categorized exercises based on various programming concepts, enabling learners to focus on specific areas such as logic, arrays, and recursion, and improve their skills in a structured manner.
  • Self-Paced
    Users can progress through the exercises at their own pace, making it suitable for learners with varying levels of experience and time commitments.
  • Immediate Feedback
    Codingbat provides instant feedback on submitted solutions, allowing users to learn from their mistakes and understand the correct approach quickly.

Possible disadvantages of Codingbat

  • Limited Language Support
    The platform primarily supports Java and Python, which may not be suitable for learners looking to practice other programming languages.
  • Basic User Interface
    The website has a relatively simple and outdated user interface, which may not be as engaging or visually appealing as modern coding platforms.
  • Lack of Community Features
    Codingbat does not offer extensive community features such as discussion forums or leaderboards, which can limit collaborative learning and motivation through competition.
  • Limited Problem Variety
    The problems on Codingbat are primarily focused on basic algorithmic challenges and may not cover advanced topics or large-scale projects, which are essential for comprehensive coding education.

Screeps videos

Screeps Game REVIEW - Learn JavaScript by Playing - Educational MMO (Math/Programming)

More videos:

  • Review - What is Screeps? - by th_pion
  • Review - Game Developer's Toolbox: Learn programming with Screeps

Codingbat videos

Block A; Coding review and codingBat

Category Popularity

0-100% (relative to Screeps and Codingbat)
Online Learning
68 68%
32% 32
Online Education
65 65%
35% 35
Online Courses
69 69%
31% 31
Education
100 100%
0% 0

User comments

Share your experience with using Screeps and Codingbat. For example, how are they different and which one is better?
Log in or Post with

Reviews

These are some of the external sources and on-site user reviews we've used to compare Screeps and Codingbat

Screeps Reviews

15 Best LeetCode Alternatives 2023
You also get access to game API and docs of a full-fledged platform on Screeps. Because it uses games as its basis of operation, Screeps is more fun than LeetCode.

Codingbat Reviews

4 high-quality HackerRank alternatives (plus 7 honorable mentions)
CodingBat is the simplest of the HackerRank alternatives. Simply pick from Java or Python and be on your way to solving coding challenges. Created by a CS instructor at Stanford, CodingBat has you simply read the challenge and solve the problem. You get a basic built-in coding editor where you can type and run your code. The problems are limited and there aren’t any...
Top 10 Online Challenge Websites in Python
You will really enjoy practicing on Codingbat. It makes coding fun and you can go at your own pace. Surely it brings valuable experience and knowledge to the table!
Top 25 websites for coding challenge and competition [Updated for 2021]
CodingBat is a free site of live coding problems to build coding skill in Java and Python (example problem). CodingBat is a project by Nick Parlante, a computer science lecturer at Stanford.

Social recommendations and mentions

Based on our record, Codingbat should be more popular than Screeps. It has been mentiond 68 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.

Screeps mentions (43)

  • Show HN: A Competition Game to write bots for the most efficient algo
    Reminds me (in spirit) of screeps https://screeps.com/ - any inspiration? - Source: Hacker News / 3 months ago
  • AI Wars – control your 2d space shooter with AI
    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 / 7 months ago
  • Show HN: Engineering Games (List)
    I've heard about Screeps which is close to what you describe: https://screeps.com/. - Source: Hacker News / over 1 year ago
  • Games like Stone Story RPG
    I have tried Screeps in the past, and I'm not a huge fan. I really like Stone Story, but they do not have an easy way to take your saves across multiple platforms -- you have to manually import/export your save. Source: over 1 year ago
  • Helping a young coder
    -For JavaScript, my advice would be to introduce coding games. That way it's more fun and the environment would be set up better (less worrying about deep technical errors). The two games that come to mind are Bitburner (free) and Screeps (free offline/paid online), though they both have their own learning curves and require actual coding; so for a 9 year old YMMV greatly. Source: almost 2 years ago
View more

Codingbat mentions (68)

  • I get so stressed that I can't even solve an easy leet code problem on my own
    The only Leet Code problems I am able to solve on my own are the most simplest and straightforward ones on Coding Bat(https://codingbat.com/java). And I haven't even got the chance to solve all of them yet, so I've really only been trying out its first few and am not sure if it gets any harder. Source: almost 2 years ago
  • How do you stay consistent in coding.
    If you’re struggling with Loops and Arrays i’d recommend doing exercises focused just on them. I went through the same thing and I went through the exercises on https://codingbat.com/java and got familiar with both of them. If you get stuck on a problem don’t be afraid to look at the solution and learn about how it works. Source: almost 2 years ago
  • Advice for incoming freshmen?
    I used this video series to get ahead of my intro to cs class. I’d recommend you find something similar to learn from. Just learn the basics, and you’ll be much more prepared for your college class. What’s really important is to do a lot of practice problems, and not just watch videos to learn the concepts. If you learn in Java or python, you can do practice problems in coding bat: https://codingbat.com/java. Source: almost 2 years ago
  • Source to practice
    Https://codingbat.com/java It took a second read to realize codingbat wasn’t a typo. Source: about 2 years ago
  • Beginner Java Programmer *advice needed*
    I've messed around with CodingBat in the past (though I'm not a beginner); it seemed well suited for an introductory programming course though. It was written by a Stanford lecturer. Source: about 2 years ago
View more

What are some alternatives?

When comparing Screeps and Codingbat, you can also consider the following products

CodeCombat - Learn programming with a multiplayer live coding strategy game.

LeetCode - Practice and level up your development skills and prepare for technical interviews.

Robocode - Robocode is a programming game where the goal is to code a robot battle tank to compete against...

AlgoExpert.io - A better way to prep for tech interviews

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.

CodingInterview - CodingInterview offers essential information to help you conquer programming interviews.