Giter Club home page Giter Club logo

alita's Introduction

alita

这是自己的一个闲暇游戏项目,用C++复现《仿传奇单机版》这个游戏,使用了原游戏的资源文件。

依赖

这个项目使用了如下依赖库:

  • SDL2.0, SDL2-ttf, SDL2-image:主要用于windows窗口界面的编程,图像加载和渲染,文字渲染等。这些库都可以在https://www.libsdl.org/ 网站上下载, 下面也附上了具体的下载链接。由于该项目主要的开发环境为windows,所以下面的依赖库都选择VC版本的。
  • tinyxml2:主要用于读取xml配置文件。tinyxml2的源码已经直接添加到该项目并且添加为一个vs项目的依赖,所以不需要额外下载什么,有问题可以 访问tinyxml2的官方repo

编译

首先clone这个repo到本地,然后下载上面列出的依赖库,解压放到dev/目录下。接着用Visual Studio打开根目录下的解决方案文件alita.sln,然后便可以 按照普通的vs项目正常编译。

运行

由于本repo只提供了代码文件,游戏的资源文件需要下载《仿传奇单机版》得到对应的下载环境,后面会提供一个网盘链接。

alita's People

Contributors

irlyue avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.