mirror of
https://github.com/cxong/cdogs-sdl.git
synced 2025-07-23 07:23:01 +02:00
63 lines
4.6 KiB
Markdown
63 lines
4.6 KiB
Markdown
# 
|
|
|
|
[](https://github.com/cxong/cdogs-sdl/actions)
|
|
[](https://ci.appveyor.com/project/cxong/cdogs-sdl)
|
|
[](https://github.com/cxong/cdogs-sdl/releases)
|
|
[](https://github.com/cxong/cdogs-sdl/releases/latest)
|
|
[](http://cdogs.morezombies.net/)
|
|
[](https://mastodon.gamedev.place/tags/CDogsSDL)
|
|
|
|
##  Introduction
|
|
|
|
C-Dogs SDL is a classic overhead run-and-gun game, supporting up to 4 players
|
|
in co-op and deathmatch modes. Customize your player, choose from many weapons,
|
|
and blast, slide and slash your way through over 100 user-created campaigns.
|
|
Have fun!
|
|
|
|
[Releases and release notes](https://github.com/cxong/cdogs-sdl/releases)
|
|
|
|
For more information about the original C-Dogs read [`original\_readme.txt`](https://raw.githubusercontent.com/cxong/cdogs-sdl/master/doc/original_readme.txt).
|
|
|
|
##  What is C-Dogs SDL
|
|
|
|

|
|
|
|
[C-Dogs](https://en.wikipedia.org/wiki/C-Dogs) is a freeware DOS game made between 1997-2001 by Ronny Wester, who's also known for making Cyberdogs (1994). Although relatively obscure, it was one of the more well-known games of its kind, and built a small following with many fans creating custom campaigns for it. Players loved it for its simple yet addictive gameplay and wicked explosions.
|
|
|
|

|
|
|
|
- Internet Archive: http://web.archive.org/web/20050305054405/http://www.orcsoftware.com/~ronny/C-Dogs.html
|
|
|
|
The story would have ended there had Ronny not been awesome enough to release the source code in 2002. There it was picked up by Jeremy Chin and Lucas Martin-King, who ported the game to SDL and made it available for modern PCs. A few other ports came and went, for systems as varied as BeOS and Wii.
|
|
|
|
These days the project is maintained by Cong Xu, who along with a few other contributors, have been making the game even better while staying true to the original game's vision. 4-player multiplayer, co-op AI, moddability and new campaigns/maps are just some of the enhancements available.
|
|
|
|
So what are you waiting for? Download C-Dogs SDL today and have a blast!
|
|
|
|
|
|
##  Platforms
|
|
|
|
[](https://repology.org/project/cdogs-sdl/versions)
|
|
|
|
C-Dogs SDL runs on Windows, Linux and macOS. Other platforms and ports are also available, but may be outdated.
|
|
|
|
##  Installation
|
|
|
|
The easiest way is to [download from **itch.io**](https://congusbongus.itch.io/cdogs-sdl). If you use the itch.io app, your game installation will be updated automatically.
|
|
|
|
For building on your platform, follow the [getting started wiki](https://github.com/cxong/cdogs-sdl/wiki#getting-started). You will need the SDL2 development libraries installed.
|
|
|
|
##  License
|
|
|
|
tl;dr: **GPLv2** for code, **CC0/CC-BY/CC-BY-SA** for assets. Significant amounts of **BSD 2-clause** code.
|
|
|
|
Code is licensed under GPL version 2, with significant portions under BSD 2-clause. The code is free software; you can use, modify and redistribute for any purpose, as long as you follow the GPL and BSD licenses!
|
|
|
|
Data is licensed under various free terms, including CC0, CC-BY and CC-BY-SA. [The original C-Dogs data is also under CC-BY](https://raw.githubusercontent.com/cxong/cdogs-sdl/master/doc/README_DATA.md). New data is licensed as CC0 if not specified. You are free to use, modify and redistribute these for any purpose, as long as you follow their licenses.
|
|
|
|
##  Contact
|
|
|
|
If you have any questions, comments, bug reports, patches or anything else related to C-Dogs SDL:
|
|
|
|
- [Raise an issue](https://github.com/cxong/cdogs-sdl/issues)
|