• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

build/H28-Aug-2021-638548

data/H03-May-2022-3,8953,887

doc/H03-May-2022-461372

dogfights/H28-Aug-2021-3,5853,537

graphics/H03-May-2022-1,035883

missions/H03-May-2022-64,40864,176

music/H28-Aug-2021-

sounds/H03-May-2022-2719

src/H03-May-2022-173,870132,081

.clang-formatH A D28-Aug-2021118 97

CMakeSettings.jsonH A D28-Aug-2021879 3737

COPYINGH A D28-Aug-202117.6 KiB340281

README.mdH A D28-Aug-20214.4 KiB6234

make.shH A D28-Aug-2021241 149

make_emscripten.shH A D28-Aug-2021814 3933

make_gcw0.shH A D28-Aug-2021345 126

README.md

1# ![C-Dogs SDL](http://cxong.github.io/cdogs-sdl/images/title.png)
2
3[![Build Status](https://github.com/cxong/cdogs-sdl/workflows/Build/badge.svg)](https://github.com/cxong/cdogs-sdl/actions)
4[![Build Status (Windows)](https://ci.appveyor.com/api/projects/status/github/cxong/cdogs-sdl?svg=true)](https://ci.appveyor.com/project/cxong/cdogs-sdl)
5[![Github All Releases](https://img.shields.io/github/downloads/cxong/cdogs-sdl/total.svg)](https://github.com/cxong/cdogs-sdl/releases)
6[![Release](http://img.shields.io/github/release/cxong/cdogs-sdl.svg)](https://github.com/cxong/cdogs-sdl/releases/latest)
7
8## ![](https://github.com/cxong/cdogs-sdl/blob/master/graphics/radio.png) Introduction
9
10C-Dogs SDL is a classic overhead run-and-gun game, supporting up to 4 players
11in co-op and deathmatch modes. Customize your player, choose from many weapons,
12and blast, slide and slash your way through over 100 user-created campaigns.
13Have fun!
14
15[Releases and release notes](https://github.com/cxong/cdogs-sdl/releases)
16
17For more information about the original C-Dogs read [`original\_readme.txt`](https://raw.githubusercontent.com/cxong/cdogs-sdl/master/doc/original_readme.txt).
18
19## ![](https://github.com/cxong/cdogs-sdl/blob/master/graphics/folder.png) What is C-Dogs SDL
20
21![Walk cycle](https://github.com/cxong/cxong.github.io/blob/master/_posts/cdogs_walk_cycle_jones.gif)
22
23[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.
24
25![Explosions](https://github.com/cxong/cdogs-sdl/blob/gh-pages/_posts/shake.gif)
26
27- Internet Archive: http://web.archive.org/web/20050305054405/http://www.orcsoftware.com/~ronny/C-Dogs.html
28
29The 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.
30
31These 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.
32
33So what are you waiting for? Download C-Dogs SDL today and have a blast!
34
35
36## ![](https://github.com/cxong/cdogs-sdl/blob/master/graphics/barrel_blue.png) Platforms
37
38[![Packaging status](https://repology.org/badge/tiny-repos/cdogs-sdl.svg)](https://repology.org/project/cdogs-sdl/versions)
39
40C-Dogs SDL runs on Windows, Linux and macOS. Other platforms and ports are also available, but may be outdated.
41
42## ![](https://github.com/cxong/cdogs-sdl/blob/master/graphics/cd.png) Installation
43
44The 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.
45
46For 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.
47
48## ![](https://github.com/cxong/cdogs-sdl/blob/master/graphics/barrel_skull.png) License
49
50tl;dr: **GPLv2** for code, **CC0/CC-BY/CC-BY-SA** for assets. Significant amounts of **BSD 2-clause** code.
51
52Code 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!
53
54Data 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.
55
56## ![](https://github.com/cxong/cdogs-sdl/blob/master/graphics/circuit.png) Contact
57
58If you have any questions, comments, bug reports, patches or anything else related to C-Dogs SDL:
59
60- [Raise an issue](https://github.com/cxong/cdogs-sdl/issues)
61- Email: [Cong](<mailto:congusbongus@gmail.com>)
62