当前位置: 首页 > 软件库 > 游戏/娱乐 > >

cdogs-sdl

Classic overhead run-and-gun game
授权协议 GPL-2.0 License
开发语言 C/C++
所属分类 游戏/娱乐
软件类型 开源软件
地区 不详
投 递 者 昝光临
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

C-Dogs SDL

Build Status

Introduction

C-Dogs SDL is a classic overhead run-and-gun game, supporting up to 4 playersin 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.

What is C-Dogs SDL

Walk cycle

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.

Explosions

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

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. If you use the itch.io app, your game installation will be updated automatically.

For building on your platform, follow the getting started wiki. 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. 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:

 相关资料
  • Tymeac And 是一个全功能的fork-join Android应用程序开发管理器。它提供了一个易于使用的最小的占用空间的队列工具包,线程管理和递归处理。

  • And-httpd is an HTTP server that maps URLs to files. It currently has a $2000 "security guarantee" against remote attacks.

  • 问题内容: and方法必须一致,这意味着当两个对象根据方法相等时,它们的方法应返回相同的哈希值。 如果我们不重写hashCode()方法,则Java将返回唯一的哈希码。 为什么取消注释该行会导致编译错误? 如果对象的哈希码不相等,即使默认哈希码有所不同,为什么它们显示为相等? 问题答案: 平等仅由方法equals()确定。并且hashCode()方法可用于其他情况,例如Map或Set。实际调用eq

  • 在 PostgreSQL 中,AND 和 OR 也叫连接运算符,在查询数据时用于缩小查询范围,我们可以用 AND 或者 OR 指定一个或多个查询条件。 AND AND 运算符表示一个或者多个条件必须同时成立。 在 WHERE 子句中,AND 的使用语法如下: 实例 创建 COMPANY 表(下载 COMPANY SQL 文件 ),数据内容如下: 以下实例读取 AGE 字段大于 25 且 SALAR

  • Currently Handsontable supports only iPad 4 and other mobile devices in a basic scope. Mobile editor and selecting modes are enabled automatically if you're viewing Handsontable on a mobile device. Op

  • Saving data using afterChange callback Saving data locally using persistentState Why should I use persistentState rather than regular LocalStorage API? Saving data using afterChange callback Use the a