blog
SNKRX
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.
blog
- Programming lessons learned from making my first game and why I'm writing my ow
-
Give your brain time to think and remember
In a similar vein, the developer of BYTEPATH used to use Github issues as their blog. I also thought it was clever. You even get a commenting and reaction system for free!
https://github.com/a327ex/blog/issues
-
Examples of games made in a few months that sold well?
a327ex/blog : blog from before his bytepath game, it has posts like "Thoughts on making small games", "The Indiepocalypse Isn't Real", "Roguelikes and Grinding", and "Luck Isn't Real"
-
Resources for making 2d game engine
As for resources, not sure on physical books, but here are a couple of resources I found useful when I started with it: Sheepolution Bytepath's Articles
-
Any good quality open-source games without game engine?
bytepath tutorial takes you through the creation of a game. Code seems fine, but I haven't looked at it that hard. Unlike most tutorials, it asks you to answer some questions yourself and to implement some content yourself. Seems like a good learning exercise and translating Lua -> C++ will keep you from cooypasting.
-
Indie game hits that were created and released without publishers?
a327ex/blog (pre snkrx blog on github)
-
Game scope too small for PC?
Thoughts on making small games
-
Making games
Instead of following tutorials, follow a game making lesson. Try something like the bytepath tutorial, use whatever language/framework you want, and figure out the details of how to make it all work. It will force you to work like a real programmer: googling for how to do things until you've retained enough to solve simple problems on your own (then you Google for harder solutions).
-
I found a curated list of project-based tutorials to help you learn
I've noticed lots of people on here feel like imposters because they don't know how to build something from scratch. If you want to practice building things from scratch, check this repo out. It has +70k stars on github, and covers over 20 different programming languages . The projects range from simple (todo list) to advanced (build an excel clone, C compiler, and even a game). I'm not affiliated with this repo, simply stumbled on it and thought of this community.
-
best game framework to learn?
There's the bytepath tutorial and Sheepolution tutorial .
SNKRX
-
Releasing a game on Steam
One thing that really helped me is looking at the source code and assets of one game that I really enjoyed -- SNKRX, the creator of the game, a327ex, put everything on Github so you can take a look how a finished game looks: https://github.com/a327ex/SNKRX/. The repo even includes the various images needed for Steam, this was very nice so I could make sure some of the assets I made aren't unfit for their purpose: https://github.com/a327ex/SNKRX/tree/master/assets/media . There are also some Photoshop files provided on the Steamworks FAQ which are very useful too, but they mainly show just in which area of the image you shouldn't put important text etc.
-
How do I make money off Love2D development?
If it helps, here's a devlog for a reasonably successful game built in love2d.
-
Examples of games made in a few months that sold well?
SNKRX/devlog.md : daily breakdown of what he actually worked on from the start for his SNKRX game
- What Does Copyright Say about Generative Models?
- Rewrite Update Cancelled
-
What I want to do in life is to make games. But I'm from a third world country with no video game companies, and I can't move. In my situation, what's the most likely way to make money as an indie game dev? I don't need much ($500 a month would be enough), and I can bide my time.
SNKRX daily devlog for the first 3 months << very detailed of what he was doing each day
-
Devs who open source their games, why?
I'm the developer of SNKRX and on top of what most other people mentioned, the truth of the matter is that making games is hard and making games while working on someone else's codebase is even harder. Anyone who has the capacity to do anything useful with your game's codebase will likely also have the capacity to make their own game from scratch, so they'll just do that instead.
-
How many open-source games do you know?
SNKRX is a commercial game and is open source (MIT), but it's not an open source project -- the developer is focused on improving their game for their gaming community and not building a development community around the game.
- I open sourced a game I just released on Steam, written in Lua
What are some alternatives?
javascript-todo-list-tutorial - ✅ A step-by-step complete beginner example/tutorial for building a Todo List App (TodoMVC) from scratch in JavaScript following Test Driven Development (TDD) best practice. 🌱
open-project-1 - Unity Open Project #1: Chop Chop
cp - A pure Go physics library with no dependencies. Unofficial Chipmunk2D port.
SSVOpenHexagon - C++20 FOSS clone of "Super Hexagon". Depends on SSVStart, SSVEntitySystem, SSVLuaWrapper, SSVMenuSystem, JSONcpp, SFML2.0. Features JSON/LUA customizable game files, a soundtrack by BOSSFIGHT, pseudo-3D effects.
awesome-love2d - A curated list of amazingly awesome LÖVE libraries, resources and shiny things.
teach_yourself_demoscene_in_14_days - A guide to learn and become active in the demoscene within a couple of weeks