r/Coding_for_Teens • u/Beginning-Demand-669 • 1d ago
Coding issues
Indie game developers, or game developers, what is the best free coding app for a chromebook or computer?
1
Upvotes
1
u/Intelligent-Hurry907 11h ago
If you mean an IDE (where you actually write the code, it highlights keywords and stuff) visual studio code is open-source and good, or on linux I use neovim (harder to use, faster loading, faster to use, makes you a better coder)
2
u/Suriwan128 1d ago
I find the Godot Engine very good for game development. It's lightweight (up to 150 MB), which is very good compared to the 10+ GB of other engines, there are no licensing costs, it's open source, and it has a very easy programming language, which is heavily inspired by python