Jump to content

SHUMP and Z-DJUTER (WIP)


Dancorg
 Share

Recommended Posts

Hi!

Here are two games I'm currently working on.

 

SHUMP:

A fast platform survival game, avoid falling out of the map or being crushed by the platforms. Collect coins for extra points.

It has touch controls but the performance in smartphones or old tablets is not the best.

 

w1Oeowa.png?1

 

Play it here: https://dl.dropboxusercontent.com/u/59330030/tiny/index.html

And here is the source: https://github.com/Dancorg/SHUMPgame/

 

Z-DJUTER:

A two-players hotseat shooter. It's being made with recycled code from SHUMP, that's why they share identical graphics (don't worry I'll change that soon).

 

Player 1 controls the red zombies using WASD keys and spacebar.

Player 2 controls the yellow soldiers with arrow keys and mouse.

Stand on the green circles to receive reinforcements, or the red circle to upgrade your units.

I'm currently trying to improve performance; it lags pretty bad in my notebook and in fullscreen in some desktops

Also the AI is rudimentary at best.

 

x51mlr0.png

 

Play it here: https://dl.dropboxusercontent.com/u/59330030/Z-DJUTER/index.html

And the source: https://github.com/Dancorg/DJUTER

Link to comment
Share on other sites

It's indeed blocked because the page itself is running on HTTPS while the scripts are pointed to an in-secure (HTTP) link.

You should drop the 'http:' from the src links to have the http/https automagically prepended to it.

so something like:

<script src="//dl.dropbox.com/u/59330030/tiny/js/game.js"></script>

A relative URL without a scheme (http: or https:) is valid, per RFC 3986: "Uniform Resource Identifier (URI): Generic Syntax", Section 4.2. If a client chokes on it, then it's the client's fault because they're not complying with the URI syntax specified in the RFC.

Source

Link to comment
Share on other sites

SHUMP don't work in Chrome. Work in FF is ok. Idea is funny and this is great proof of concept.

But if you add some graphical component and story it would be great.

For example protogonist which jumping from one falling giant icicles (purple blocks) to another to escape. Brown blocks is rocks.

Something like

 

Don't take me too sirios anyway.

Great showcase.

 

Z-DJUTER: 

it starts in FF and Chrome … and i don't get how to do anything there. wsad, arrows, space, cursor just don't do anything.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...