Skip to content

evktalo/cdogs-sdl

 
 

Repository files navigation

C-Dogs SDL

Build StatusReleaseProject Stats

        .--------.
       |  _______|
      /  /  __
     |  |  |  '-.   .---.  .---.  .---.
    /  /  /  /\  \ |  _  ||  ___||  __|
   |  |  |  |_/   || (_) || | __  \ \
  /  /  /        / |     || '-' |.-' `.
 |  |   '-------'   '---'  '----''----'
 /  '.___________
|                |                  SDL
 `---------------'
  1. Introduction

  2. Tested Environments

  3. Installation

  4. Command line options

  5. Contact

  6. 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

For more information about the original C-Dogs read original\_readme.txt.

C-Dogs SDL mailing list

2.Tested Environments

C-Dogs SDL is built using the SDL 1.2 API. See the SDL website - http://www.libsdl.org for more about SDL itself.

C-Dogs SDL runs on Linux, *BSD, Windows and Mac OS X.

C-Dogs SDL is also monitored by the continuous integration service TravisCI

  1. Installation

Please use the installers for your platform for installing.

Follow the getting started wiki to build on your platform. You will need the SDL development libraries installed.

  1. Command line options

The C-Dogs binary is called "cdogs-sdl". Below are some command line arguments:

Video Options

--fullscreen Try and use a fullscreen video mode.
--scale=n    Scale the window resolution up by a factor of n
               Factors: 2, 3, 4
--screen=WxH Set virtual screen width to W x H
               Modes: 320x200, 320x240, 400x300, 640x480, 800x600
--forcemode  Don't check video mode sanity

Sound Options

--nosound    Disable sound

Control Options

--nojoystick     Disable joystick(s)

Game Options

--wait           Wait for a key hit before initialising video.
--shakemult=n    Screen shaking multiplier (0 = disable).

--help           Display command line options and version information.

These can be used in any order/combination:

$ cdogs-sdl --fullscreen --screen=400x300

Which will make the game try to run fullscreen at 400x300 resolution.

  1. Contact

If you have an questions, comments, bug reports (yes please), patches (even better) or anything else related to C-Dogs SDL, check out the mailing list:

https://groups.google.com/forum/#!forum/c-dogs-sdl

Or email:

Cong congusbongus@gmail.com

Releases

No releases published

Packages

No packages published

Languages

  • C 70.4%
  • C++ 22.1%
  • C# 3.6%
  • Java 2.2%
  • Objective-C 1.1%
  • Ruby 0.3%
  • Other 0.3%