All Projects → scarsty → Kys Pascal

scarsty / Kys Pascal

《金庸群侠传》Pascal重制版

Programming Languages

pascal
1382 projects

Labels

Projects that are alternatives of or similar to Kys Pascal

Openloco
An open source re-implementation of Chris Sawyer's Locomotion
Stars: ✭ 504 (+486.05%)
Mutual labels:  game, sdl2
Sundog
A port of the Atari ST game SunDog: Frozen Legacy (1984) by FTL software
Stars: ✭ 42 (-51.16%)
Mutual labels:  game, sdl2
Openspades
Compatible client of Ace of Spades 0.75
Stars: ✭ 769 (+794.19%)
Mutual labels:  game, sdl2
Doomretro
The classic, refined DOOM source port. For Windows PC.
Stars: ✭ 349 (+305.81%)
Mutual labels:  game, sdl2
Cavestory Sdl2
Reconstructing Cave Story with SDL 2.0 and C++14
Stars: ✭ 69 (-19.77%)
Mutual labels:  game, sdl2
Rigelengine
A modern re-implementation of the classic DOS game Duke Nukem II
Stars: ✭ 393 (+356.98%)
Mutual labels:  game, sdl2
Cosmo Engine
A new game engine to play the MS-DOS game "Cosmo's Cosmic Adventure" on modern systems
Stars: ✭ 38 (-55.81%)
Mutual labels:  game, sdl2
Engine
A basic cross-platform 3D game engine
Stars: ✭ 208 (+141.86%)
Mutual labels:  game, sdl2
Supertux
SuperTux source code
Stars: ✭ 1,120 (+1202.33%)
Mutual labels:  game, sdl2
Tetris Sdl C
🕹️ A toy project implementing a simple tetris clone in C for learning SDL 2.x.
Stars: ✭ 60 (-30.23%)
Mutual labels:  game, sdl2
Vangers
The video game that combines elements of the racing and role-playing genres.
Stars: ✭ 339 (+294.19%)
Mutual labels:  game, sdl2
Dungeonrush
👾🐍 A opensource game inspired by Snake, written in pure C with SDL
Stars: ✭ 1,192 (+1286.05%)
Mutual labels:  game, sdl2
Ja2 Stracciatella
The continuation of the venerable JA2-Stracciatella project.
Stars: ✭ 258 (+200%)
Mutual labels:  game, sdl2
Cdogs Sdl
Classic overhead run-and-gun game
Stars: ✭ 422 (+390.7%)
Mutual labels:  game, sdl2
Nothing
A simple platformer about nothing
Stars: ✭ 249 (+189.53%)
Mutual labels:  game, sdl2
Yh
a tech demo for a bullet hell game. for the full game visit https://gilmi.me/nyx
Stars: ✭ 34 (-60.47%)
Mutual labels:  game, sdl2
Civone
An open source implementation of Sid Meier's Civilization.
Stars: ✭ 176 (+104.65%)
Mutual labels:  game, sdl2
Vcmi
Open-source engine for Heroes of Might and Magic III
Stars: ✭ 2,514 (+2823.26%)
Mutual labels:  game, sdl2
Cataclysm Dda Android
An unofficial Android port of Cataclysm: Dark Days Ahead.
Stars: ✭ 58 (-32.56%)
Mutual labels:  game, sdl2
Engine
C++11 and SDL2 lightweight 2d game framework
Stars: ✭ 71 (-17.44%)
Mutual labels:  game, sdl2

《金庸群侠传》复刻版

原DOS下面的经典游戏《金庸群侠传》pascal复刻版。

通过更换数据包,可以运行大部分MOD。

如何编译

SDL2的pas文件请从https://github.com/ev1313/Pascal-SDL-2-Headers获取。其他外部库的文件均已经自带。

首先下载游戏本体,其中包含了Windows版本的exe文件和dll文件以及资源文件:https://pan.baidu.com/s/1nv9R5rz

注意大部分是使用商业性质的素材,这个分享可能是违规的。

安装fpc(任何方法均可),如果你对命令行熟悉可以不安装Lazarus,推荐使用Lazarus-1.6-fpc-3.0.0。CodeTyphon也是很好的选择。

使用Delphi社区版也可以编译。

不在Windows下面编译则需要安装运行库,用brew(Mac),apt-get(Ubuntu)之类安装sdl,sdl-mixer,sdl-ttf,sdl-image,smpeg,lua等相关sdl库。 如果lua库不能自动安装5.2版,下载lua5.2库自行编译,需要编译成支持i386的库。

检查lua52的开头部分指定的库文件名字,如果与现有的不同则修改。

在Windows,Mac,Ubuntu(我目前只试过这个Linux发行版)下面,库文件配置正确时,均可以用fpc直接编译通过。

未包含Android的工程。

注意

建议改用c++版:https://github.com/scarsty/kys-cpp

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].