readme

来自「DREAMICE源代码(一个游戏)」· 代码 · 共 28 行

TXT
28
字号
Minimalistic README for DreamIceThis is a work in progress. The program is distributed under the MIT licensingterms. Basically they say that you can do whatever you want to with this, aslong as you don't change it and then distribute it saying that it's thesame program (i.e., you claim it's the original "DreamIce") or that youchange it and say that you wrote it. Additionally, there is NO WARRANTY onthe program or its functionality.DreamIce is not portable. In fact, it doesn't even make any pretensions, despite the fact that it's written in C. It will only compile on GNU C,and it will only run on little-endian 32-bit systems. Which basicallymeans Cygwin, Linux/x86, and *BSD/x86. It may run on other 32-bit processorsif they are configured in little-endian mode (ARM, SH4, PPC, etc). I haveno idea though =).Have fun, and I'd be interested to hear if you make anything cool with this!The license itself is not restrictive at all, but if you make anything withit then please consider releasing it with the same license so we can allbenefit.					Dan Potter					Aug 14, 2000					http://www.allusion.net/dcdev/

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?