Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

It's an impressive effort. But I think it needs some more work before you have something playable.

It may be helpful to keep in mind that you already know what everything on the screen means. But new players have to figure all of that out from scratch. So what you see when you look at the game might be quite different from what new players see, and there's a risk of making something that only makes sense to you.

(1 edit)

Well, yes. My engine is not finished yet. The problem is that it is the console itself has limitations. In fact, if you compare it with regular games, it is "low quality" in terms of screen resolution. I tried to reduce the font, but it slows down a lot and the colors "break". But here I can't do anything with these limitations. I still have a lot to learn and improve. Maybe I'll find some solutions that will somehow improve the graphics, but it will take a few more months (that feeling that I will never release my alpha version of the engine).

For what it's worth, one could probably make a basic ASCII-art rendering of a 3D scene in a few hours, using an existing engine like Godot or Unity (at least if one is already familiar with the engine).

If you want to make a game engine because you think that'd be cool or you want to learn how game engines work in detail, fair enough (I had such ambitions too, when I was young, but you're far further along than I ever got).

But if your actual goal is ASCII-art rendering, there are far easier ways.

(1 edit)

The point of the engine is that it can be easily used by everyone and that it is flexible. Rendering in another engine is somehow stupid and inconvenient for me. I have already done a lot, programming in C++ is already a habit for me. I like to rummage around in something complicated and incomprehensible. So I have achieved my goal, this is the first engine in the world that renders 3D with color support (there is no such thing with color anywhere) and other functions + it is the smallest 3D game by weight (as far as I know). For me, making graphics engines is a difficult task, but interesting (not to confuse game engines with graphics). My own graphics engine is enough for me.