Releases: NullaDev/CardFighter
Pre-release1
临时测试版本。目前的状态:基本上能玩,但是缺少大量的json配置,导致内容极其单一,所以如果真的想“玩”(而不是debug)的话还需要自己按照格式写更多json(之后可能会出文档)。此外,现在的游戏流程上还有一些死路问题需要解决,所以可能随时要使用Alt+F4退出。
A temporary beta version. Current status: It's mostly playable, but lacks a lot of JSON configuration, making the content extremely simple. Therefore, if you really want to "play" (rather than debug), you'll need to write more JSON files yourself according to the format (documentation may be released later). In addition, there are some dead-end problems in the current game process that need to be solved, so you may need to use Alt+F4 to exit at any time.
关于文件:main.rar是游戏的本体,GameData.rar是游戏的数据包,把GameData文件夹放在游戏本体文件夹下面就可以运行。GameData.rar其实就是repository里的GameData文件夹压缩了一下图片,所以也可以直接替换。想要自己新增内容的话,可以参考GameData里的现有内容新建一些文件。
About the files: main.rar is the game itself, and GameData.rar is the game data package. Place the GameData folder inside the game folder to run the game. GameData.rar is essentially the GameData folder in the repository with compressed images, so you can directly replace it. If you want to add your own content, you can create new files based on the existing content in GameData.