LearnCOnLinux VS asteroid

Compare LearnCOnLinux vs asteroid and see what are their differences.

LearnCOnLinux

A website for the 2nd ebook. Learn C Games Programming for beginners on Lionux (by David-H-Bolton)

asteroid

Classic Asteroid Game coded with SDL2 in C (by velorek1)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
LearnCOnLinux asteroid
3 3
2 26
- -
0.0 0.0
about 3 years ago over 2 years ago
C
MIT License 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.

LearnCOnLinux

Posts with mentions or reviews of LearnCOnLinux. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-10.
  • Is C a decent programming language for small(ish) games?
    2 projects | /r/C_Programming | 10 May 2022
    I wrote an asteroids game in C with SDL2 about 2,200 lines. On Windows and Linux. It had aliens, ran at 60 fps, had pixel perfect collision detection and a high-score table. Source code is on GitHub( Windows version) and Linux. In both cases you need the chapter 48 files plus the graphics.zip and sounds.zip in the Windows folder.
  • Ast3r0id: My first ever game in C with SDL2
    3 projects | /r/C_Programming | 13 Aug 2021
    I too wrote an Asteroids game in C with SDL2. It's about 2,200 lines long and there's a Linux (compiled with clang) and Windows (compiled with Visual studio 2019) version. The Linux one The Windows one.
  • raylib vs SDL2 vs Allegro. Which would you recommend for simple games?
    3 projects | /r/C_Programming | 11 May 2021
    I wrote asteroids in C + SDL2 about 2,000 lines of code and that included high score table, and high speed pixel perfect collision detection. The code is here: Windows C source code (Visual Studio), or Linux C Source code (VS Code + clang). The chapter 48 has the full version; the other chapters are steps.

asteroid

Posts with mentions or reviews of asteroid. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-08-13.

What are some alternatives?

When comparing LearnCOnLinux and asteroid you can also consider the following projects:

sdl2-tutorial - sdl2+c tutorial

LearnC - Contains source code and resources for the Ebook Learn C Games Programming For Beginners Windows edition.