-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdreamblade.html
More file actions
102 lines (85 loc) · 3.67 KB
/
Copy pathdreamblade.html
File metadata and controls
102 lines (85 loc) · 3.67 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<html>
<head>
<meta name="author" content="Brian Sturk">
<meta name="description" content="Dreamblade">
<meta name="keywords" content="dreamblade miniatures ai computer version collectible linux windows ncurses">
<meta name="revisit-after" content="30 days">
<style type="text/css">
<!--
a:hover { color: #FFFFFF }
body { font-family: verdana, arial, sans-serif;
background-image: url(pics/background.gif)
}
-->
</style>
<title>Dreamblade</title>
</head>
<!-- Start of StatCounter Code -->
<script type="text/javascript">
var sc_project=5551489;
var sc_invisible=1;
var sc_partition=60;
var sc_click_stat=1;
var sc_security="f973e65f";
</script>
<script type="text/javascript"
src="http://www.statcounter.com/counter/counter.js"></script><noscript><div
class="statcounter"><a title="hit counter for myspace"
href="http://www.statcounter.com/myspace/"
target="_blank"><img class="statcounter"
src="http://c.statcounter.com/5551489/0/f973e65f/1/"
alt="hit counter for myspace" ></a></div></noscript>
<!-- End of StatCounter Code -->
<body bgcolor="#000000" text="#FFFFFF" link="#FFFF00" vlink="#FFFF00" alink="#FFFF00" marginwidth="0" leftmargin="0" topmargin="0" marginheight="0">
<! **************** main title *****************>
<center>
<table border="0" width="100%" cellspacing="5" cellpadding="0">
<font face="Verdana">
<h1><tr><td width="100%" align="center"><b>Dreamblade</b></tr></h1>
<p>
<tr><td width="100%" align="center"><img SRC="pics/buttons/yel_bar.gif" NOSAVE height=2 width=500> </tr>
</font>
</table>
</center>
<p>
<b><h3><a href="https://boardgamegeek.com/boardgame/22897/dreamblade">Dreamblade</a></h3></b>
<p>
<img SRC="dreamblade/db_starter.png" NOSAVE height=232 width=340 alt="Starter Set Box">
<img SRC="dreamblade/db_booster.jpg" NOSAVE height=243 width=200 alt="Booster Boxes">
<p>
<! **************** body *****************>
<p>
I have written a computer version of the game. It supports all of the 396
released miniatures (including the official stats for Serrated Dawn which
was not released and other custom sets/minis), all of the rules/mechanics,
and a decent AI player. Rules are enforced by the program.
<p>
It also supports some cool extras like the ability to make custom pieces and tweak core rules
to try out different game variants and board configurations.
<p>
<a href="dreamblade/db_gui.png"> <img SRC="dreamblade/db_gui.png" NOSAVE height=200 width=320 alt="Screenshot of WX GUI version"></a>
  
<a href="dreamblade/db_console.png"> <img SRC="dreamblade/db_console.png" NOSAVE height=200 width=320 alt="Screenshot of ncurses console version"></a>
<p>
More info <a href="http://www.slightlymagic.net/forum/viewtopic.php?f=51&t=1215">here</a>
<p>
Please stop by the support forum and say hello, to report a bug, or request a feature! <a href="http://www.slightlymagic.net/forum/viewforum.php?f=51">Visit!</a>
<p>
Latest version 2.2.0 : Released 06/17/26
<p>
Windows version (GUI and console)
<a href="dreamblade/dreamblade.zip">Download!</a>
<p>
Macintosh OS X version (NOTE: older version, GUI and console)
<a href="dreamblade/dreamblade-osx.tar.gz">Download!</a>
<p>
Linux version (NOTE: older version, console only statically linked, should work on all distros)
<a href="dreamblade/dreamblade.tar.gz">Download!</a>
<p>
CHANGELOG (list of changes made for each release)
<a href="dreamblade/CHANGELOG">CHANGELOG</a>
<p>
<p>
<center><p><a href="index.html"><img SRC="pics/buttons/dreamblade_back_button_text.jpg" NOSAVE border=0 height=50 width=150 align=TEXTTOP></a></center>
</body>
</html>