File size: 3,277 Bytes
87b3b3a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
38
39
40
41
42
43
44
45
46
47
48
<!doctype html>
<html>
	<head>
		<meta charset="utf-8" />
		<link rel="stylesheet" type="text/css" href="hp.css" />
	</head>
	<body>
		<pre>
                       rot.js: ROguelike Toolkit in JavaScript          ###############
#####                                                                   #.............#
#...#                                                                   #.............#
#...#  - Github                                                         #.............#
#.?.#  - Download                            ############################.............#
#...#  - Interactive manual                  #======.....+............../.............#
#+###  - Autogenerated documentation         #====.......##########.#####.............#
#.#    - Tests                               #===........#        #.#   ####/##########
#.#    - Tutorial                            #############        #.#      #.#         
#.#                                                               #.#      #.#         
#.#                                                               #.#      #.#         
#.#        ########################################################.#      #.#######   
#.#        #$$$.........+...........................................#      #......^#   
#.#        #............#############################################      #########   
#.##########............#                                                              
#........../............#     rot.js is a set of JavaScript libraries, designed to help
#.#######################     with a roguelike development in browser environment.     
#.#                                                                                    
#.#                                                                                    
#.#  rot.js is modelled after libtcod and offers the following features and concepts:  
#.#                                                                                    
#.##   - JS prototype enhancements                          #########         #########
#..##  - RNG, Map generation, FOV, Lighting                 #.......###########.......#
##..#  - Pathfinding, turn scheduling                       #......./........./.......#
 ##.#  - Canvas-based ASCII display                 #########.......###########.......#
##..#                                               #.......+.......#         #.......#
#..##  - Does not depend on any JS library          #.###############         #.......#
#.##   - Open-source software, BSD License          #.#              ##########.......#
#.#                                                 #.#              #......../.......#
#.#            ######################################.################.########.......#
#.#            #.......................................................#      #.......#
#.#            #.#######################################################      #.......#
#.##############.#                                                            #...>...#
#!...............#                                                            #.......#
##################         rot.js is (C) 2012-YYYY Ondrej Zara                #########
</pre>
		<script src="hp.js"></script>
	</body>
</html>