-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
executable file
·37 lines (24 loc) · 1.17 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Project Yuki - The Videogame about Videogames.
Main
======================
Project Yuki is a 2.5D real-time game industry simulation/tactical shooting game written in C++. It uses SVG for all of its graphics. The game is designed from the ground up to have a visually appealing, touch-friendly interface for tablet computers.
Much of the game's interaction is based around its narrative, a satire of the modern video game industry. The game's voices are primarily in Japanese and French.
Main Documentation
======================
Project Yuki Developer Wiki: http://canvasfoundation.org/yuki_dev/
About the Game:
http://canvasfoundation.org/yuki_dev/index.php?title=Project_Yuki
Installation instructions:
http://canvasfoundation.org/yuki_dev/index.php?title=Building_and_Running
Project Yuki Developer IRC Channel: irc://irc.freenode.com/yuki/
Main Repository: http://github.com/torchie/yukikito/
Official User Website: http://canvasfoundation.org/yuki/
Dependencies
======================
* libsdl
* cairomm
* librsvg
Dependencies-to-be:
- libxml++
- SDL_mixer
Under consideration is the static linking of all dependencies to the release binary.