
ARPGs with a similar strategy level to CrossCode? : r/CrossCode - Reddit
Apr 25, 2021 · Games like darksider, hyper light drifter, immortal Phoenix rising, prince of Persia, cave story(which actually is like a 2d cross code), okami, hob, all have have what you call …
software engineering - How can I make different levels in a game ...
You can use an external map editor to edit your maps (when you use a tile-based 2d engine, I can recommend Tiled as a map editor) and you can do so without having to recompile your game. …
Cross-platform C++ 2D game engine with actual object orientation
Aug 21, 2012 · I'm looking for a cross-platform (Windows, Linux, Mac) C++ 2D game engine with an actual object oriented approach, instead of just crappy singletons and such. I'm looking to …
Cross-Platform Game Programming in C: Mazes and Limitations …
Feb 23, 2025 · For a while now I have been building a "Rogue-Like" game, with the aim of targeting multiple computers from my retro collection. Today I threw away a whole bunch of …
Architecture of CrossCode #1 – Overview | Radical Fish Games
Mar 10, 2013 · With respect to modularity, there are basically two ways to extend your impact game in a modular way. Create levels with weltmeister and put them in the lib/game/levels …
C++ Game Engine Programming - CoderProg
Aug 7, 2024 · We’ll discuss several of the most popular programming patterns used in game development and try to put all the theory we learn into context by coding a small 2D game …
2D game engine programming with C - innercomputing.com
This course introduces the fundamental concepts that are required to write your own bespoke 2D game engines using the C programming language and SDL 3. This includes the following …
Procedural Content Generation For Level Design In 2d Games
Sep 17, 2024 · Procedural content generation is a fantastic way to create engaging and varied levels in 2D games. By using techniques like random generation, tile-based systems, Perlin …
cross platform - Development frameworks for 2D game ... - Stack Overflow
Jun 6, 2011 · If want to get your hands dirty and take a more Do-It-Yourself approach, projects like SDL, SFML and Allegro may provide a good foundation for a cross-platform 2D engine. …
Looking for programming-centric 2d game engine/framework
May 22, 2022 · phaser.io could be a match. It's browser-based, so cross-platform (not sure about switch, but I guess you can bundle a headless browser somehow). It surely comes without an …