<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>psychicsoftware | Category Archives: Zed&#8217;s Dead</title>
	<atom:link href="https://www.psychicsoftware.com/category/zedsdead/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.psychicsoftware.com</link>
	<description></description>
	<lastBuildDate>Fri, 23 Jan 2026 11:29:07 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.1</generator>
	<item>
		<title>Zed&#8217;s Dead 0.4 &#8211; online arena shooter with zombies</title>
		<link>https://www.psychicsoftware.com/2015/zeds-dead-0-4-online-arena-shooter-with-zombies/</link>
		<comments>https://www.psychicsoftware.com/2015/zeds-dead-0-4-online-arena-shooter-with-zombies/#comments</comments>
		<pubDate>Mon, 06 Apr 2015 13:18:33 +0000</pubDate>
		<dc:creator><![CDATA[sam]]></dc:creator>
				<category><![CDATA[Zed's Dead]]></category>

		<guid isPermaLink="false">http://www.psychicsoftware.com/?p=866</guid>
		<description><![CDATA[Version 0.4 of Zed&#8217;s Dead is now available to try. This version includes a whole bunch of new features: user accounts and unlocking of more advanced characters continually-running &#8216;Open Access&#8217; games which players can drop in and out of several types of guns and character skills in-game levelling-up of characters food, medikits and ammo which [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Version 0.4 of Zed&#8217;s Dead is now available to try. This version includes a whole bunch of new features:</p>
<ul>
<li>user accounts and unlocking of more advanced characters</li>
<li>continually-running &#8216;Open Access&#8217; games which players can drop in and out of</li>
<li>several types of guns and character skills</li>
<li>in-game levelling-up of characters</li>
<li>food, medikits and ammo which you can find by searching buildings, cars, etc.</li>
<li>team bases. Destroying the opposing team base ends the game. Games also have a fixed time limit of 15 mins.</li>
<li>gun bunkers which defend the team bases</li>
<li>all-time high score tables for each &#8216;Open Access&#8217; game</li>
</ul>
<p><a href="http://www.psychicsoftware.com/zedsdead/ZedsDead0.4.zip">Download version 0.4 (Windows)</a></p>
<p><img src="http://i.imgur.com/ky9mLiw.jpg" /></p>
]]></content:encoded>
			<wfw:commentRss>https://www.psychicsoftware.com/2015/zeds-dead-0-4-online-arena-shooter-with-zombies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zed&#8217;s Dead &#8211; Progress Report Feb 2015</title>
		<link>https://www.psychicsoftware.com/2015/zeds-dead-game-design-decisions/</link>
		<comments>https://www.psychicsoftware.com/2015/zeds-dead-game-design-decisions/#comments</comments>
		<pubDate>Thu, 26 Feb 2015 11:42:32 +0000</pubDate>
		<dc:creator><![CDATA[sam]]></dc:creator>
				<category><![CDATA[Zed's Dead]]></category>

		<guid isPermaLink="false">http://www.psychicsoftware.com/?p=820</guid>
		<description><![CDATA[What I have worked on I have an efficient multiplayer isometric shooter game in place, with a master-server/lobby and a system for hosting games locally or on a publicly-accessible server. The map maker works pretty well. The game needs a lot more graphics. However, it all runs nicely and is pretty light-weight in terms of [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><a href="http://imgur.com/MAiEJGV"><img src="http://i.imgur.com/MAiEJGV.jpg" title="source: imgur.com" /></a></p>
<p><strong><span style="text-decoration: underline;">What I have worked on</span></strong><br />
I have an efficient multiplayer isometric shooter game in place, with a master-server/lobby and a system for hosting games locally or on a publicly-accessible server. The map maker works pretty well. The game needs a lot more graphics. However, it all runs nicely and is pretty light-weight in terms of server load so it&#8217;s feasible to run lots of game instances on a single physical server.</p>
<p><span style="text-decoration: underline;"><strong>What I have tried and why they weren&#8217;t ideal</strong></span><br />
The first version (0.1) ran exclusively on a player&#8217;s local network rather than on the public internet &#8211; I had in mind a LAN game with phones as controllers. This limited the mapsize to one screen, and to be honest is too limiting in terms of maximising the audience&#8230; the fact is, most people want to play online, and making a game LAN-only is too limiting.</p>
<p>The second version (0.2) incorporated a multiplayer lobby, larger scrolling maps, and hosted games on my Linux server &#8211; so this allows online multiplayer games. Game instances started up on request and the requesting player set the various game difficulty settings, zombie amounts, etc. This worked better, but is still focusing on casual, instanced gameplay and if there&#8217;s no-one else setting up a game when you hit the lobby, there&#8217;s not much of a reason to stick around.  <a href="http://www.psychicsoftware.com/zedsdead/ZedsDead.zip">You can download version 0.2 here (Windows only).</a></p>
<p><span style="text-decoration: underline;"><strong>Directions?</strong></span><br />
Casual multiplayer games with instanced servers can be great (think <a href="https://kag2d.com/en/" target="_blank">King Arthur&#8217;s Gold</a>), and so can casual multiplayer games with a more persistent-world/MMO style (e.g. <a href="http://www.realmeye.com/wiki/realm-of-the-mad-god" target="_blank">Realm of the Mad God</a>). It&#8217;s important that players get some sense of levelling up/unlocking stuff.</p>
<p><span style="text-decoration: underline;"><strong>What I&#8217;m currently leaning towards is:</strong></span></p>
<blockquote><p>a game lobby that gives you a choice of several maps to join &#8211; these maps are basically running 24/7 rather than starting on-demand. you&#8217;ll get added to whichever team currently has fewest players. Each map will have predetermined difficulty settings. So there&#8217;s a mix of maps and settings available to choose from, and it&#8217;s very easy to pop in and play with no setting-up decisions.</p></blockquote>
<blockquote><p>You unlock characters over days/weeks based on accumulated score (which is scaled by difficulty of settings on map), but you&#8217;ll level up each character from zero in each game you join.. dying+respawning loses some of your level but not all. There can be a persistent per-map high score table.</p></blockquote>
<blockquote><p>There will probably have to be some AI-controlled characters filling out the teams if there aren&#8217;t enough human players. This is quite challenging to implement, however there&#8217;s probably no way around it.</p></blockquote>
<blockquote><p>there can be a way of uploading maps to run as test zones on-demand, and of requesting that these get added as official maps.</p></blockquote>
<p><span style="text-decoration: underline;"><strong>Not an MMO then?</strong></span><br />
Open-world MMO is cool, although it reduces the &#8216;just join and play&#8217; appeal. I&#8217;m leaning towards *not* adding MMO-like world persistence. I have done quite a bit of work on zone servers etc. so I&#8217;d be confident of segmenting a single open-world into zone servers, for everyone to play in one world at once. To take this approach would make the game a larger undertaking, there&#8217;d be considerations of equipment, crafting, etc.. it would certainly add a different dimension to the idea. But it would also take away some of the simplicity of play, as well as being a lot more work.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.psychicsoftware.com/2015/zeds-dead-game-design-decisions/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Zed&#8217;s Dead: moving towards alpha 0.2</title>
		<link>https://www.psychicsoftware.com/2015/zeds-dead-moving-towards-alpha-0-2/</link>
		<comments>https://www.psychicsoftware.com/2015/zeds-dead-moving-towards-alpha-0-2/#comments</comments>
		<pubDate>Mon, 02 Feb 2015 14:43:34 +0000</pubDate>
		<dc:creator><![CDATA[sam]]></dc:creator>
				<category><![CDATA[Zed's Dead]]></category>

		<guid isPermaLink="false">http://www.psychicsoftware.com/?p=794</guid>
		<description><![CDATA[Just a quick update on progress. Following some trials of the 0.1 alpha, I have refocused the game on full internet multiplayer, rather than LAN-only multiplayer. This involved a lot of refactoring. I have also (for now) removed the use of smartphones as controllers, and I have replaced websockets with UDP networking &#8211; this is [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Just a quick update on progress. Following some trials of the 0.1 alpha, I have refocused the game on full internet multiplayer, rather than LAN-only multiplayer. This involved a lot of refactoring. I have also (for now) removed the use of smartphones as controllers, and I have replaced websockets with UDP networking &#8211; this is important if the game is to run well on the public internet.</p>
<p>Features implemented in the past 2 weeks:<br />
&#8211; master/lobby server running on a Linux box at psychicsoftware.com<br />
&#8211; nodejs-based gameserver, also running on the Linux server, with game instances spawned on request by the master server<br />
&#8211; scrolling map which can be up to about 5000&#215;4000 pixels in total size<br />
&#8211; login/game startup/choice of options/lobby chat<br />
&#8211; gameplay includes players, zombies, bullets, re-spawning and a basic scoring system</p>
<p>I am also planning to have game sessions hostable by players (rather than only on my server) &#8211; I&#8217;m looking into NAT-punching in order to get that working from behind players&#8217; routers. These game sessions will be able to use any maps that the players have designed in the game&#8217;s map-designer component, or that they have downloaded from the (planned) online maps respository.</p>
<p>Dammit, we need a picture. Here&#8217;s a picture!</p>
<p><a href="http://imgur.com/wnm1oN1"><img src="http://i.imgur.com/wnm1oN1.jpg" title="source: imgur.com" /></a></p>
<p>.. and there&#8217;s a new Facebook page if you&#8217;re that way inclined:</p>
<p><a href="https://www.facebook.com/ZedsDeadGame" target="_blank"><img src="http://i.imgur.com/Bv2wRXl.jpg" title="source: imgur.com" /></a></p>
]]></content:encoded>
			<wfw:commentRss>https://www.psychicsoftware.com/2015/zeds-dead-moving-towards-alpha-0-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zed&#8217;s Dead: isometric LAN shooter using a mix of computers and smartphones &#8211; playable demo</title>
		<link>https://www.psychicsoftware.com/2015/zeds-dead-2d-isometric-shooter-using-a-mix-of-computers-and-smartphones-playable-demo/</link>
		<comments>https://www.psychicsoftware.com/2015/zeds-dead-2d-isometric-shooter-using-a-mix-of-computers-and-smartphones-playable-demo/#comments</comments>
		<pubDate>Mon, 19 Jan 2015 20:03:05 +0000</pubDate>
		<dc:creator><![CDATA[sam]]></dc:creator>
				<category><![CDATA[Zed's Dead]]></category>

		<guid isPermaLink="false">http://www.psychicsoftware.com/?p=785</guid>
		<description><![CDATA[OK, so there was this biological warfare experiment that went wrong. The head science guy running the experiment was called Zed. Before you know it, there&#8217;s thousands of brain-dead infected people swarming everywhere trying to eat people. We call these zombies &#8220;Zed&#8217;s Dead&#8221;. Zed&#8217;s Dead is a multiplayer isometric LAN shooter. The focus is on [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>OK, so there was this biological warfare experiment that went wrong. The head science guy running the experiment was called Zed. Before you know it, there&#8217;s thousands of brain-dead infected people swarming everywhere trying to eat people. We call these zombies &#8220;Zed&#8217;s Dead&#8221;.</p>
<p>Zed&#8217;s Dead is a multiplayer isometric LAN shooter. The focus is on quick, fun competitive multiplayer play: pick your teams, pick your map, set the game parameters, and go!</p>
<p>Current game modes:<br />
&#8211; Survival: teams earn 1 point per second that they have at least one character alive<br />
&#8211; King of the Hill: teams earn points for standing close to the Flag.</p>
<p><a href="http://imgur.com/NjeEQyi"><img src="http://i.imgur.com/NjeEQyi.jpg" title="source: imgur.com" /></a></p>
<p>One person needs to start up the game as Server, and pick a map.<br />
Other people run the game as Client.<br />
Controls:  WASD or Arrow Keys to move;  point and click with the mouse to fire.<br />
Anyone who doesn&#8217;t have a computer can use their Android or iPhone (using Chrome or Firefox) and will get to play using twin joysticks (left joystick to move, right joystick to fire). Just point the phone&#8217;s browser to the URL displayed on the game server&#8217;s team-picking screen. Phone users can look at any of the computer screens to see the actual game world while playing.</p>
<p>The game runs using your LAN &#8211; so you all have to be connected to the same network.</p>
<p>Download the game here [alpha 0.1]: This is an early early alpha. Seeking feedback and comments please!</p>
<p>Windows:<br />
<a href='http://www.psychicsoftware.com/zedsdead/zeds_dead_windows_full.0.1.zip'>[Download Windows Alpha 0.1]</a></p>
<p>As you&#8217;ll see, there&#8217;s also a map-making component. To make your maps usable, they must have 2 player spawn points (one for each team), 1 or more zombie spawn points, and 1 Flag which is used in the king-of-the-hill play mode.</p>
<p><a href="https://www.facebook.com/ZedsDeadGame" target="_blank"><img src="http://i.imgur.com/Bv2wRXl.jpg" title="source: imgur.com" /></a></p>
]]></content:encoded>
			<wfw:commentRss>https://www.psychicsoftware.com/2015/zeds-dead-2d-isometric-shooter-using-a-mix-of-computers-and-smartphones-playable-demo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;Zed&#8217;s Dead&#8221; multiplayer isometric shooter</title>
		<link>https://www.psychicsoftware.com/2015/dead-by-dawn-multiplayer-isometric-shooter/</link>
		<comments>https://www.psychicsoftware.com/2015/dead-by-dawn-multiplayer-isometric-shooter/#comments</comments>
		<pubDate>Tue, 13 Jan 2015 14:20:20 +0000</pubDate>
		<dc:creator><![CDATA[sam]]></dc:creator>
				<category><![CDATA[Zed's Dead]]></category>

		<guid isPermaLink="false">http://www.psychicsoftware.com/?p=754</guid>
		<description><![CDATA[I have been working on a multiplayer isometric shooter. The basic idea is that there are 2 opposing teams of players fighting various scenarios on city maps, and the game runs over a LAN. There are also zombies in the game, but they act as obstacles (or opportunities?) during the core player-v-player game, rather than [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>I have been working on a multiplayer isometric shooter. The basic idea is that there are 2 opposing teams of players fighting various scenarios on city maps, and the game runs over a LAN. There are also zombies in the game, but they act as obstacles (or opportunities?) during the core player-v-player game, rather than being the primary challenge. One cool thing that will be included is that players can use their smartphones as twinstick controllers: so even if they don&#8217;t have a computer available, they will still be able to play &#8211; this idea was prototyped successfully in a <a href="http://www.psychicsoftware.com/2014/hittin-worlds-game-jam-winner/">recent game jam</a> that I took part in.</p>
<p><a href="http://imgur.com/7TipF6t"><img title="source: imgur.com" src="http://i.imgur.com/7TipF6t.gif" alt="" /></a></p>
<p>The current graphics come from some rather excellent artists over on <a href="http://www.graphicriver.net">graphicriver.net</a>. I&#8217;m actively seeking a skilled pixel artist to work with me on bringing this forward and fleshing it out with more graphics, GUI interfaces, etc.</p>
<p>The core technologies are javascript, <a href="http://www.pixijs.com/">pixijs</a> for rendering, <a href="https://github.com/rogerwang/node-webkit">node webkit</a> for cross-platform deployment (Windows, OSX, Linux) (and for its extensions adding things that would be impossible in a normal web browser.. such as websocket/UDP server, read/write native files, etc.), and websockets/UDP libraries in nodejs for networking.</p>
<p>I&#8217;ve got lots of interesting things to say on the technicalities of how this is coming together, and on the actual gameplay concepts.. but I&#8217;ll leave that all until future posts.</p>
<p>I hope to have a playable demo available later this week.</p>
<p>There&#8217;s a brand-new Facebook page for the game <a href="https://www.facebook.com/ZedsDeadGame" target="_blank">here</a></p>
]]></content:encoded>
			<wfw:commentRss>https://www.psychicsoftware.com/2015/dead-by-dawn-multiplayer-isometric-shooter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>


<!-- Begin Cookie Consent plugin by Silktide - http://silktide.com/cookieconsent -->
<script type="text/javascript">
    window.cookieconsent_options = {"message":"This website uses cookies to ensure you get the best experience","dismiss":"Got it!","learnMore":"More info","link":"http://www.psychicsoftware.com/privacy-policy/","theme":"dark-bottom"};
</script>

<script type="text/javascript" src="//s3.amazonaws.com/cc.silktide.com/cookieconsent.latest.min.js"></script>
<!-- End Cookie Consent plugin -->

