minitroid VS BYTEPATH

Compare minitroid vs BYTEPATH and see what are their differences.

minitroid

A minimal metroid-like game, made for LOWREZJAM 2021 (by tducasse)

BYTEPATH

A replayable arcade shooter with a focus on build theorycrafting. (by a327ex)
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
minitroid BYTEPATH
1 2
0 1,351
- -
1.7 0.0
12 months ago over 3 years ago
Lua Lua
MIT License GNU General Public License v3.0 or later
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.

minitroid

Posts with mentions or reviews of minitroid. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-06.
  • Senior software engineer - what game engine should I start with ?
    5 projects | /r/gamedev | 6 Mar 2023
    I have a similar profile, and I have tried many different engines/frameworks/libraries. Some thoughts: - ebiten, written in Go, is a very light game dev lib. I like Go, so writing "my own engine" with it was pretty fun (I have some libs for ebiten here). Mostly 2d. - Love2d is sort of the same thing, but written in C++, and scriptable in Lua. I absolutely love this level of abstraction, and this is probably the one I have been the most productive with (example here). Mostly 2d, but people have done 3d with it too. - Godot has a bright future, at least from my point of view. The 2D workflow is very very fast, much faster than Unity in my experience (you don't spend time waiting for stuff to recompile every time you edit a script, for starters), and they just released v4, which comes with insane improvements in 3D rendering. I have never delved into 3D, but from what I can see, it's on par with what Unity can produce these days. Plus, the founders have created a separate commercial entity to provide support for consoles (called W4games), because the open source licensing attached to Godot is not compatible with the NDAs involved in publishing for consoles - raylib and monogame might be interesting for you if you want to go old-school. They're both inspired by the same framework (XNA) and they work similarly. Also very close to the way Love2d does things, and a comparable level of abstraction. - Unity is slow. I honestly dislike it a lot, just for this reason. There's also a lot of "we've refactored this, and there's no docs yet, but you can also use this other system, and also the legacy one, and that one, or build your own based on these primitives" and it's hard when you're a beginner. If you know what you're doing I guess it's fine, or if you don't care, but as a software engineer, you will probably be like me and try to find the "best" solution to your problem, which is tiring and hard to do with Unity.

BYTEPATH

Posts with mentions or reviews of BYTEPATH. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-05-23.
  • How can it take to learn love2d?
    1 project | /r/love2d | 17 Jan 2023
    There's this nice tutorial made by the bytepath developer. It gives you a good ground for you to build your own stuff, it teaches you how to handle scenes, asset management, and object creation, as well as some game mechanics, but you can skip this part. You can also download other people love2d games, extract the files and see how they did things, I do this a lot when I want to know how to implement certain mechanic.
  • I open sourced a game I just released on Steam, written in Lua
    10 projects | news.ycombinator.com | 23 May 2021
    For anyone else looking to make a game in Lua + Love2D, a developer wrote an entire tutorial for how they made their game, which is also released on Steam: https://github.com/a327ex/BYTEPATH. Both the game and the tutorial are high quality, and provide really useful insights.