All Projects → pokemonchw → Dieloli

pokemonchw / Dieloli

Licence: other

Programming Languages

python
139335 projects - #7 most used programming language
python3
1442 projects

Labels

Projects that are alternatives of or similar to Dieloli

Easystarjs
An asynchronous A* pathfinding API written in Javascript.
Stars: ✭ 1,743 (+1118.88%)
Mutual labels:  game
Ioquake3 Mac Install
Install ioquake3 on macOs in one command (unofficial)
Stars: ✭ 140 (-2.1%)
Mutual labels:  game
Rillserver
skynet game server
Stars: ✭ 139 (-2.8%)
Mutual labels:  game
Eosio Card Game Repo
The Elemental Battles Tutorial is divided into easy to follow lessons that take you through the process of creating your own fully-functional blockchain-based dApp.
Stars: ✭ 139 (-2.8%)
Mutual labels:  game
Wog
In the Wake of Gods 3.59 alpha
Stars: ✭ 139 (-2.8%)
Mutual labels:  game
Elm Mogee
A WebGL platformer that fits into 64x64px screen
Stars: ✭ 140 (-2.1%)
Mutual labels:  game
Kaetram Open
An open-source 2D HTML5 adventure based off BrowserQuest (BQ).
Stars: ✭ 138 (-3.5%)
Mutual labels:  game
Rxjs Fruits
A game for learning RxJS 🍎🍌
Stars: ✭ 142 (-0.7%)
Mutual labels:  game
Android Jigsaw Puzzle
Android app that allows you to draw anything and turn it into a jigsaw puzzle.
Stars: ✭ 139 (-2.8%)
Mutual labels:  game
Windowsgsm
🎲 A powerful tool to manage game servers. Equipped with a GUI for server admins to install, import, start, stop, restart, update, and automate multiple servers with a push of a button.
Stars: ✭ 141 (-1.4%)
Mutual labels:  game
2048.cpp
🎮 Fully featured terminal version of the game "2048" written in C++
Stars: ✭ 1,886 (+1218.88%)
Mutual labels:  game
Ore Infinium
Ore Infinium, Open Source multiplayer Terraria-inspired Sci-fi game, focused on technology, devices and researching. Written in Kotlin (JVM), LibGDX. Cross platform
Stars: ✭ 139 (-2.8%)
Mutual labels:  game
Stellar
🌟 An open-source IDE for game development.
Stars: ✭ 140 (-2.1%)
Mutual labels:  game
Cross Lib
CROSS LIB - A universal 8-bit library and some games built with it
Stars: ✭ 137 (-4.2%)
Mutual labels:  game
Jump
微信跳一跳复刻 CocosCreator + Typescript 在线试玩 https://potato47.github.io/game/jump/
Stars: ✭ 140 (-2.1%)
Mutual labels:  game
Leelasabaki
Leela (Zero) integration with Sabaki.
Stars: ✭ 138 (-3.5%)
Mutual labels:  game
Gengineserver
netty4游戏服务端,依赖游戏核心包
Stars: ✭ 140 (-2.1%)
Mutual labels:  game
Rpg Text
An object-oriented text RPG
Stars: ✭ 143 (+0%)
Mutual labels:  game
Pilas
Pilas engine
Stars: ✭ 141 (-1.4%)
Mutual labels:  game
Elovation
Simple rails app to track your game results with elo and trueskill ratings
Stars: ✭ 140 (-2.1%)
Mutual labels:  game

DieLoli

死亡萝莉

介绍

这是一个ERALIKE游戏
在游戏中,你将与多达2800位,由算法模拟整个人生成长过程,随机生成的游戏角色一起,在校园里生活
你将在游戏中体验不一样的人生,这里有魔法少女,有触手怪,有吸血鬼,也有巫女,妖怪,幽灵,和帅气的魔法师
当然,这些都需要你自己去进行探索,至少,你也可以将它当成一个普通的校园恋爱模拟游戏玩
游戏中基于元胞算法进行即时演算,所有事件的脉络和走向都不是预设好的
每个角色都有各自的经历和成长,不断的学习和生活
在这里,没有人是特殊的,也没有人可以掌控世界,玩家也不行

初次启动

游戏初次启动时需要对数据进行预热处理(大约一分钟,请耐心等待)

操作攻略

游戏中所有的按钮都分为被编号的数字按钮和未编号的文字按钮两种,它们都可以用鼠标点击,或直接在输入栏输入编号或文本进行交用
大部分文本交互会等待玩家进行输入,此时点击鼠标左键或者键盘任意键即可
所有的等待用户交互的文本,都可以通过鼠标右键一次性跳过
可通过光标键盘上下键回溯之前的输入内容(上限20条)

著作权信息

此项目基于Python独立进行开发
早期版本曾使用pyera 进行构架,现已全部废弃
基于cc by nc sa 协议,开发者允许任何人基于此项目做除商业行为外的任何事,同时允许任何人对本项目进行除协议外的任何改动,仅需注明原作者,以及以相同方式进行传播(指同样使用cc by-nc-sa协议)
请勿将其用作商业用途
想要参与开发请与开发者联系,联系方式在本md底部

Repo说明

日常开发备份在instability分支中进行,pr也请提交至此分支
master分支在开发完成前作为设计展示分支使用
代码风格化通常使用black自动完成,行宽为108

请求

帮助中国的可怜萝莉控!

配置要求

GPU:
本游戏几乎没有任何显卡要求,如你所见,它是个纯文字游戏
CPU:
在默认配置(2800个游戏角色)下,2015年9月发布的i5 6200U和2019年9月发布的i7 10710U仅差了23%,几乎可以忽略不计(由于游戏性设计的原因,本游戏为祖传单核游戏引擎)
Memory:
在默认配置(2800个游戏角色)下,游戏占用总内存不超过250MB
系统:
本游戏兼容archlinux/steamos/chromeos/ubuntu/debian/aoscos等绝大部分支持gui的linux系操作系统,同时也可以在macos和windows7及以上操作系统中运行
配置调整:
可通过config.ini文件中的 random_npc_max 选项自由调整npc数量,该数量与宿舍/教师/课时等分配相关联,目前只在2800npc下进行过测试,其他数值出现兼容问题请提交反馈

依赖

python3.8.0

建议通过::

pip install -r requirements.txt

进行安装

字体

本游戏界面设计依赖Sarasa Mono SC字体,若系统未安装此字体将会fallback到系统默认字体,不能保证能否达到设计效果
字体相关配置可以通过data/FontConfig.json更改
本游戏不提供Sarasa Mono SC相关字体文件
请自行下载并安装:Sarasa Mono SC

本地化

本项目使用gettext进行本地化设置
请于 data/po 目录下创建对应语言目录
切换语言请编辑config.ini中的language项
协作翻译方案待定

警告

在游戏设计中,有一定的色情,暴力,宗教,等内容,在进行游戏前请确认自己的三观足够健全到不会随意被动摇和影响

联系方式

e-mail:[email protected]
twitter:@nekoharuyayuzu

请我喝奶茶QwQ

请前往:爱发电

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