mirror of
https://github.com/CoderSherlock/CoderSherlock.github.io.git
synced 2026-06-12 23:58:11 -07:00
Update some changes, Add board game post
This commit is contained in:
@@ -95,6 +95,8 @@
|
||||
<div class="col-box-title">Newest Posts</div>
|
||||
<ul class="post-list">
|
||||
|
||||
<li><a class="post-link" href="/archivers/design-a-board-game">How to design a board game, step by step</a></li>
|
||||
|
||||
<li><a class="post-link" href="/archivers/freshman-from-china">Freshman from china ~ 人生修复者</a></li>
|
||||
|
||||
<li><a class="post-link" href="/archivers/some-of-my-previews-exper-work">Some of my previews experiment works</a></li>
|
||||
|
||||
@@ -117,6 +117,8 @@ Binghamton, NY 13902</p>
|
||||
<div class="col-box-title">Newest Posts</div>
|
||||
<ul class="post-list">
|
||||
|
||||
<li><a class="post-link" href="/archivers/design-a-board-game">How to design a board game, step by step</a></li>
|
||||
|
||||
<li><a class="post-link" href="/archivers/freshman-from-china">Freshman from china ~ 人生修复者</a></li>
|
||||
|
||||
<li><a class="post-link" href="/archivers/some-of-my-previews-exper-work">Some of my previews experiment works</a></li>
|
||||
|
||||
@@ -126,6 +126,8 @@ You also need to save charles Root Certificate, it also contains in the same men
|
||||
<div class="col-box-title">Newest Posts</div>
|
||||
<ul class="post-list">
|
||||
|
||||
<li><a class="post-link" href="/archivers/design-a-board-game">How to design a board game, step by step</a></li>
|
||||
|
||||
<li><a class="post-link" href="/archivers/freshman-from-china">Freshman from china ~ 人生修复者</a></li>
|
||||
|
||||
<li><a class="post-link" href="/archivers/some-of-my-previews-exper-work">Some of my previews experiment works</a></li>
|
||||
|
||||
@@ -0,0 +1,153 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<title>How to design a board game, step by step « Stop Talking, Start Doing - 停止空想,开始行动</title>
|
||||
<meta name="description" content="HistoryI always want to design a board game, but unfortunately, I have higher expectation on this design so that I can even finish one during these years. My...">
|
||||
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
<link rel="canonical" href="https://codersherlock.github.com//archivers/design-a-board-game">
|
||||
<link rel="alternate" type="application/rss+xml" title="Stop Talking, Start Doing - 停止空想,开始行动" href="https://codersherlock.github.com//feed.xml" />
|
||||
<script>
|
||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
|
||||
|
||||
ga('create', 'UA-82637164-1', 'auto');
|
||||
ga('send', 'pageview');
|
||||
|
||||
</script>
|
||||
</head>
|
||||
|
||||
|
||||
<body>
|
||||
|
||||
<header class="header">
|
||||
<div class="wrapper">
|
||||
<a class="site-title" href="/">Stop Talking, Start Doing - 停止空想,开始行动</a>
|
||||
<nav class="site-nav">
|
||||
|
||||
|
||||
|
||||
|
||||
<a class="page-link" href="/about/">About</a>
|
||||
|
||||
|
||||
|
||||
<a class="page-link" href="/category/">Category</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</nav>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<div class="page-content">
|
||||
<div class="wrapper">
|
||||
<div class="col-main">
|
||||
<div class="post">
|
||||
|
||||
<header class="post-header">
|
||||
<h1 class="post-title">How to design a board game, step by step</h1>
|
||||
<p class="post-meta">Dec 27, 2016</p>
|
||||
</header>
|
||||
|
||||
<article class="post-content">
|
||||
<h1 id="history">History</h1>
|
||||
<p>I always want to design a board game, but unfortunately, I have higher expectation on this design so that I can even finish one during these years. My dreaming work must be suit for both entertainment and competition, which both amateurs or pros can enjoy this game.</p>
|
||||
|
||||
<p>My first designed board game is <em>“SimCity ~ Board version”</em>. It was a great fun when I was in forth grade of elementary. Compare to a board game, it’s more like a paper-version web game. I offer everything include game design, a “database” (notebook) to record all players status. At beginning, it wasn’t that popular, but my classmates love it. With several weeks running, 30 players joined this silly game and students from other classes came for me to join my game. During three month testing, I released more than <strong>120</strong> new buildings, <strong>15</strong> new activities and even made this game payable. It sounds stupid, but lots of them rather pay 50 cents for accelerating their construction. I also faced competitors, but no one wants to play their bad designed game. At least for myself, I won’t spent players’ 20 hours for just a nuclear plant, offer them a lottery that every players whose level is up to 20 can get chance to win their own plants (Trust me, my lottery only have 0.01 chance that you win nothing, and anyone can get free tickets everyday and only pay 10 cents for a spare lottery ticket). Of course, my board game didn’t last for long. Before final weeks, I made a statement that game will closed. At the evening after statement, I wrote wealthy rank for all players to let all of them know who wins or lose.</p>
|
||||
|
||||
<p>This history always encourage me to design a new board game, but this time I am not facing to young boys and girls who don’t have too much to play at school. I admit this is a serious challenge to me but I’ll try my best to make this game fun to play.</p>
|
||||
|
||||
<h1 id="my-dream">My dream</h1>
|
||||
|
||||
<ul>
|
||||
<li>Better for two players</li>
|
||||
<li>Competitive</li>
|
||||
<li>Do have fortune features, but good strategy can guarantee winning</li>
|
||||
<li>Simple, better to be PnP (Print and Play)</li>
|
||||
</ul>
|
||||
|
||||
<h1 id="preparation">Preparation</h1>
|
||||
|
||||
<h2 id="warm-up">Warm-up</h2>
|
||||
<p><a href="https://docs.google.com/document/d/1V_czXDnFuQfNyzLM7R5FUrX0vYD9QR17R3FQQ25pjZY/edit?usp=sharing">Island-Combat</a> is my first idea. I designed it in Chinese, but you may free to guess what these figures mean.</p>
|
||||
|
||||
<h1 id="game-concepts">Game Concepts</h1>
|
||||
|
||||
<h1 id="develop-process">Develop Process</h1>
|
||||
|
||||
</article>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="col-second">
|
||||
<div class="col-box col-box-author">
|
||||
<img class="avatar" src="/static/avatar.jpg" alt="Pengzhan Hao - 碾子">
|
||||
<div class="col-box-title name">Pengzhan Hao - 碾子</div>
|
||||
<p></p>
|
||||
<p class="contact">
|
||||
|
||||
<a href="https://github.com/codersherlock">GitHub</a>
|
||||
|
||||
|
||||
<a href="https://twitter.com/haopengzhan">Twitter</a>
|
||||
|
||||
|
||||
<a href="mailto:haopengzhan@gmail.com">Email</a>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="col-box">
|
||||
<div class="col-box-title">Newest Posts</div>
|
||||
<ul class="post-list">
|
||||
|
||||
<li><a class="post-link" href="/archivers/design-a-board-game">How to design a board game, step by step</a></li>
|
||||
|
||||
<li><a class="post-link" href="/archivers/freshman-from-china">Freshman from china ~ 人生修复者</a></li>
|
||||
|
||||
<li><a class="post-link" href="/archivers/some-of-my-previews-exper-work">Some of my previews experiment works</a></li>
|
||||
|
||||
<li><a class="post-link" href="/archivers/charles-is-not-a-good-tool">Using charles proxy to monitor mobile SSL traffics</a></li>
|
||||
|
||||
<li><a class="post-link" href="/archivers/hello">Stop Talking is the worst title of one blog</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="col-box post-toc hide">
|
||||
<div class="col-box-title">TOC</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<footer class="footer">
|
||||
<div class="wrapper">
|
||||
© 2016 Pengzhan Hao - 碾子
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<script src="/js/easybook.js"></script>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
@@ -7,7 +7,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<title>Freshman from china ~ 人生修复者 « Stop Talking, Start Doing - 停止空想,开始行动</title>
|
||||
<meta name="description" content="">
|
||||
<meta name="description" content="在题目上,我就厚着脸皮装了一次嫩。虽然这一年多的时间,每逢与人交谈,我总会以 Graduate Freshmen 自称。但是总感觉自己在一天一天的变得消沉和无趣。不知道成熟是何物的我试图一直保持自己乐观到单纯的性格,但随着保持时间的变长,我已然不知自己究竟是真的傻还是装的蠢了。一直与人无争的我终还是变得扭曲搬的“...">
|
||||
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
<link rel="canonical" href="https://codersherlock.github.com//archivers/freshman-from-china">
|
||||
@@ -63,7 +63,7 @@
|
||||
</header>
|
||||
|
||||
<article class="post-content">
|
||||
|
||||
<p>在题目上,我就厚着脸皮装了一次嫩。虽然这一年多的时间,每逢与人交谈,我总会以 Graduate Freshmen 自称。但是总感觉自己在一天一天的变得消沉和无趣。不知道成熟是何物的我试图一直保持自己乐观到单纯的性格,但随着保持时间的变长,我已然不知自己究竟是真的傻还是装的蠢了。一直与人无争的我终还是变得扭曲搬的“孤傲”了起来。</p>
|
||||
|
||||
</article>
|
||||
|
||||
@@ -97,6 +97,8 @@
|
||||
<div class="col-box-title">Newest Posts</div>
|
||||
<ul class="post-list">
|
||||
|
||||
<li><a class="post-link" href="/archivers/design-a-board-game">How to design a board game, step by step</a></li>
|
||||
|
||||
<li><a class="post-link" href="/archivers/freshman-from-china">Freshman from china ~ 人生修复者</a></li>
|
||||
|
||||
<li><a class="post-link" href="/archivers/some-of-my-previews-exper-work">Some of my previews experiment works</a></li>
|
||||
|
||||
@@ -97,6 +97,8 @@
|
||||
<div class="col-box-title">Newest Posts</div>
|
||||
<ul class="post-list">
|
||||
|
||||
<li><a class="post-link" href="/archivers/design-a-board-game">How to design a board game, step by step</a></li>
|
||||
|
||||
<li><a class="post-link" href="/archivers/freshman-from-china">Freshman from china ~ 人生修复者</a></li>
|
||||
|
||||
<li><a class="post-link" href="/archivers/some-of-my-previews-exper-work">Some of my previews experiment works</a></li>
|
||||
|
||||
@@ -178,6 +178,8 @@ sync
|
||||
<div class="col-box-title">Newest Posts</div>
|
||||
<ul class="post-list">
|
||||
|
||||
<li><a class="post-link" href="/archivers/design-a-board-game">How to design a board game, step by step</a></li>
|
||||
|
||||
<li><a class="post-link" href="/archivers/freshman-from-china">Freshman from china ~ 人生修复者</a></li>
|
||||
|
||||
<li><a class="post-link" href="/archivers/some-of-my-previews-exper-work">Some of my previews experiment works</a></li>
|
||||
|
||||
@@ -65,6 +65,14 @@
|
||||
|
||||
|
||||
|
||||
<h2 class="category" id="Fun">FUN</h2>
|
||||
<ul>
|
||||
|
||||
<li><span>Dec 27</span> » <a href="/archivers/design-a-board-game">How to design a board game, step by step</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
<h2 class="category" id="Network">NETWORK</h2>
|
||||
<ul>
|
||||
|
||||
@@ -118,6 +126,8 @@
|
||||
<div class="col-box-title">Newest Posts</div>
|
||||
<ul class="post-list">
|
||||
|
||||
<li><a class="post-link" href="/archivers/design-a-board-game">How to design a board game, step by step</a></li>
|
||||
|
||||
<li><a class="post-link" href="/archivers/freshman-from-china">Freshman from china ~ 人生修复者</a></li>
|
||||
|
||||
<li><a class="post-link" href="/archivers/some-of-my-previews-exper-work">Some of my previews experiment works</a></li>
|
||||
|
||||
+39
-3
@@ -6,13 +6,49 @@
|
||||
</description>
|
||||
<link>https://codersherlock.github.com//</link>
|
||||
<atom:link href="https://codersherlock.github.com//feed.xml" rel="self" type="application/rss+xml"/>
|
||||
<pubDate>Thu, 24 Nov 2016 00:06:21 -0500</pubDate>
|
||||
<lastBuildDate>Thu, 24 Nov 2016 00:06:21 -0500</lastBuildDate>
|
||||
<pubDate>Tue, 27 Dec 2016 15:14:22 -0500</pubDate>
|
||||
<lastBuildDate>Tue, 27 Dec 2016 15:14:22 -0500</lastBuildDate>
|
||||
<generator>Jekyll v3.0.1</generator>
|
||||
|
||||
<item>
|
||||
<title>How to design a board game, step by step</title>
|
||||
<description><h1 id="history">History</h1>
|
||||
<p>I always want to design a board game, but unfortunately, I have higher expectation on this design so that I can even finish one during these years. My dreaming work must be suit for both entertainment and competition, which both amateurs or pros can enjoy this game.</p>
|
||||
|
||||
<p>My first designed board game is <em>“SimCity ~ Board version”</em>. It was a great fun when I was in forth grade of elementary. Compare to a board game, it’s more like a paper-version web game. I offer everything include game design, a “database” (notebook) to record all players status. At beginning, it wasn’t that popular, but my classmates love it. With several weeks running, 30 players joined this silly game and students from other classes came for me to join my game. During three month testing, I released more than <strong>120</strong> new buildings, <strong>15</strong> new activities and even made this game payable. It sounds stupid, but lots of them rather pay 50 cents for accelerating their construction. I also faced competitors, but no one wants to play their bad designed game. At least for myself, I won’t spent players’ 20 hours for just a nuclear plant, offer them a lottery that every players whose level is up to 20 can get chance to win their own plants (Trust me, my lottery only have 0.01 chance that you win nothing, and anyone can get free tickets everyday and only pay 10 cents for a spare lottery ticket). Of course, my board game didn’t last for long. Before final weeks, I made a statement that game will closed. At the evening after statement, I wrote wealthy rank for all players to let all of them know who wins or lose.</p>
|
||||
|
||||
<p>This history always encourage me to design a new board game, but this time I am not facing to young boys and girls who don’t have too much to play at school. I admit this is a serious challenge to me but I’ll try my best to make this game fun to play.</p>
|
||||
|
||||
<h1 id="my-dream">My dream</h1>
|
||||
|
||||
<ul>
|
||||
<li>Better for two players</li>
|
||||
<li>Competitive</li>
|
||||
<li>Do have fortune features, but good strategy can guarantee winning</li>
|
||||
<li>Simple, better to be PnP (Print and Play)</li>
|
||||
</ul>
|
||||
|
||||
<h1 id="preparation">Preparation</h1>
|
||||
|
||||
<h2 id="warm-up">Warm-up</h2>
|
||||
<p><a href="https://docs.google.com/document/d/1V_czXDnFuQfNyzLM7R5FUrX0vYD9QR17R3FQQ25pjZY/edit?usp=sharing">Island-Combat</a> is my first idea. I designed it in Chinese, but you may free to guess what these figures mean.</p>
|
||||
|
||||
<h1 id="game-concepts">Game Concepts</h1>
|
||||
|
||||
<h1 id="develop-process">Develop Process</h1>
|
||||
</description>
|
||||
<pubDate>Tue, 27 Dec 2016 13:39:25 -0500</pubDate>
|
||||
<link>https://codersherlock.github.com//archivers/design-a-board-game</link>
|
||||
<guid isPermaLink="true">https://codersherlock.github.com//archivers/design-a-board-game</guid>
|
||||
|
||||
|
||||
<category>Fun</category>
|
||||
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Freshman from china ~ 人生修复者</title>
|
||||
<description>
|
||||
<description><p>在题目上,我就厚着脸皮装了一次嫩。虽然这一年多的时间,每逢与人交谈,我总会以 Graduate Freshmen 自称。但是总感觉自己在一天一天的变得消沉和无趣。不知道成熟是何物的我试图一直保持自己乐观到单纯的性格,但随着保持时间的变长,我已然不知自己究竟是真的傻还是装的蠢了。一直与人无争的我终还是变得扭曲搬的“孤傲”了起来。</p>
|
||||
</description>
|
||||
<pubDate>Wed, 23 Nov 2016 22:58:00 -0500</pubDate>
|
||||
<link>https://codersherlock.github.com//archivers/freshman-from-china</link>
|
||||
|
||||
+21
-1
@@ -62,6 +62,24 @@
|
||||
|
||||
<ul class="post-list">
|
||||
|
||||
<li>
|
||||
<h2>
|
||||
<a class="post-link" href="/archivers/design-a-board-game">How to design a board game, step by step</a>
|
||||
</h2>
|
||||
|
||||
<div class="post-meta">Dec 27, 2016</div>
|
||||
|
||||
<div class="post-excerpt">
|
||||
<h1 id="history">History</h1>
|
||||
<p>I always want to design a board game, but unfortunately, I have higher expectation on this design so that I can even finish one during these years. My dreaming work must be suit for both entertainment and competition, which both amateurs or pros can enjoy this game.</p>
|
||||
|
||||
|
||||
<p>
|
||||
<a class="post-link" href="/archivers/design-a-board-game">Read More »</a>
|
||||
</p>
|
||||
</div>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<h2>
|
||||
<a class="post-link" href="/archivers/freshman-from-china">Freshman from china ~ 人生修复者</a>
|
||||
@@ -70,7 +88,7 @@
|
||||
<div class="post-meta">Nov 23, 2016</div>
|
||||
|
||||
<div class="post-excerpt">
|
||||
|
||||
<p>在题目上,我就厚着脸皮装了一次嫩。虽然这一年多的时间,每逢与人交谈,我总会以 Graduate Freshmen 自称。但是总感觉自己在一天一天的变得消沉和无趣。不知道成熟是何物的我试图一直保持自己乐观到单纯的性格,但随着保持时间的变长,我已然不知自己究竟是真的傻还是装的蠢了。一直与人无争的我终还是变得扭曲搬的“孤傲”了起来。</p>
|
||||
|
||||
<p>
|
||||
<a class="post-link" href="/archivers/freshman-from-china">Read More »</a>
|
||||
@@ -167,6 +185,8 @@ My current solution is using AP to forward all SSL traffic to a proxy, <a href="
|
||||
<div class="col-box-title">Newest Posts</div>
|
||||
<ul class="post-list">
|
||||
|
||||
<li><a class="post-link" href="/archivers/design-a-board-game">How to design a board game, step by step</a></li>
|
||||
|
||||
<li><a class="post-link" href="/archivers/freshman-from-china">Freshman from china ~ 人生修复者</a></li>
|
||||
|
||||
<li><a class="post-link" href="/archivers/some-of-my-previews-exper-work">Some of my previews experiment works</a></li>
|
||||
|
||||
Reference in New Issue
Block a user