01 Oct 2020 » C-Dogs 0.9.1 Released!

C-Dogs SDL 0.9.1 released! This release fixes a few bugs that would spawn players inside locked rooms, making them unwinnable (unless you restart the level). Oops! 😂

Thanks to the people who reported bugs and contributed patches for this release - @chack05, @Wuzzy and @susnux 🎉

Happy October, and friendly reminder that Hacktoberfest is happening!

Downloads and release notes: https://github.com/cxong/cdogs-sdl/releases/tag/0.9.1


Add a comment

17 Sep 2020 » C-Dogs 0.9 Released!

C-Dogs SDL 0.9 released! This release contains a further revamped Doom campaign with support for secret levels, ammo/gun persistence, and a few new hats!

Doom secret

Helmet

Downloads and release notes: https://github.com/cxong/cdogs-sdl/releases/tag/0.9.0


Add a comment

25 Aug 2020 » Hazmat

A teaser for a new hat for the next version: hazmat!

hazmat

Stay safe everybody!


Add a comment

18 Jul 2020 » Level Warp

An update on the next version of C-Dogs SDL, which will have: level warp!

level warp

Normally C-Dogs campaigns progress through a sequence of missions. Now, static maps can have:

  • Multiple exits
  • Each exit can progress to a different level

In the demo above, this is used to simulate travelling across different missions as if they were parts of the map. But more conventionally, level warp allows:

  • Secret levels
  • Branching paths

This opens up more interesting, story-driven campaigns. Stay tuned for more progress!


Add a comment

27 May 2020 » C-Dogs 0.8 Released!

C-Dogs SDL 0.8 released! This release contains a revamped Doom campaign with support for secret doors!

Doom remaster

Special walls

Behind the scenes, we’ve done a large refactor to the ways tiles work. Previously the game only allowed a handful of tile types: walls, floors, and doors. Now the tiles are fully customizable (for static map types), meaning whether you can walk through them, shoot through, or see through them This allows all sorts of fancy tile types. This release also fixes a handful of bugs.

Downloads and release notes: https://github.com/cxong/cdogs-sdl/releases/tag/0.8.0


Add a comment