
IsoWorlds
This game is from the old Ludum Dare platform. You can try viewing the original page on Web Archive
(may not load correctly).
(may not load correctly).
Started my entry early on Saturday. Spent a while getting the isometric engine working and only had Sunday to implement the gameplay, because of this I decided to use Monday too so as to create the best game I could :D
This is a strategy game based around you supplying small 'builders' with the wood and stone needed to create to bridges towards their aim: an array of 'mystical' portals...
You'll have to set up a few wood and stone providers first before placing your builders! Each builder takes 20 wood and 20 stone out of your stores which need to be constantly replenished.
To select a tile to place click one of the images at the top of the screen!
I made this game on my own using vanilla JavaScript (using the html5 canvas api) and gimp. Also thanks goes to my friend for creating some of the tile images.
I recommend that you play in full screen!
If you wish to mess with the source code, make sure node.js is installed and then issue the following commands:
npm install
sudo npm install supervisor -g
npm start
Server should be running on 127.0.0.1:3000
Known Issues:
Running Slowly: Check to see if hardware acceleration is enabled in your browser: chrome://flags then enable Override software rendering list
Cannot select tile:
Click one of the images at the top of the page (the list of three), this will change the tile.
Crashing at 2nd island:
Sorry that was me! Forgot to commit the portal texture :D
This is a strategy game based around you supplying small 'builders' with the wood and stone needed to create to bridges towards their aim: an array of 'mystical' portals...
You'll have to set up a few wood and stone providers first before placing your builders! Each builder takes 20 wood and 20 stone out of your stores which need to be constantly replenished.
To select a tile to place click one of the images at the top of the screen!
I made this game on my own using vanilla JavaScript (using the html5 canvas api) and gimp. Also thanks goes to my friend for creating some of the tile images.
I recommend that you play in full screen!
If you wish to mess with the source code, make sure node.js is installed and then issue the following commands:
npm install
sudo npm install supervisor -g
npm start
Server should be running on 127.0.0.1:3000
Known Issues:
Running Slowly: Check to see if hardware acceleration is enabled in your browser: chrome://flags then enable Override software rendering list
Cannot select tile:
Click one of the images at the top of the page (the list of three), this will change the tile.
Crashing at 2nd island:
Sorry that was me! Forgot to commit the portal texture :D