Skip to content

Commit

Permalink
Bumped to v0.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdantas committed May 17, 2014
1 parent 85b67ff commit aba303e
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ module.exports = function(grunt) {
dist: {
options: {
src: 'build/',
dest: '/home/alexd075/public_html/tmp',
dest: '/home/alexd075/public_html/games/www',
host: '[email protected]',
port: 2222,
syncDestIgnoreExcl: true
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# www
# WWW

`www` is a low-resolution clone of the [indie game VVVVVV][vvvvvv].
`WWW` is a low-resolution clone of the [indie game VVVVVV][vvvvvv].

It's an open-source 2D HTML5 platformer,
[made with melonJS][melonjs] and
Expand Down Expand Up @@ -33,6 +33,7 @@ nearby checkpoint.
| Arrow Keys, WASD | Move |
| Space, z, x | Action |
| Enter, ESC | Pause |
| Shift | Walk slowly |

## Instructions

Expand Down
2 changes: 1 addition & 1 deletion data/map/area000.tmx
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@
</object>
</objectgroup>
<objectgroup color="#ffff00" name="player" width="128" height="128">
<object name="player" x="94" y="108" width="2" height="4"/>
<object name="player" x="106" y="78" width="2" height="4"/>
<object name="alert" x="-6" y="64" width="28" height="2">
<properties>
<property name="text" value="Congrats, you beat the beta version of www! Expect more levels soon."/>
Expand Down
2 changes: 1 addition & 1 deletion js/game.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ var game = {
/**
* Game version; the same as `package.json`.
*/
version : "0.5.3",
version : "0.6.6",

/**
* Stores information that will be used on current
Expand Down
4 changes: 2 additions & 2 deletions manifest.webapp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name" : "www",
"name" : "WWW",
"launch_path" : "./index.html",
"version" : "0.5.3",
"version" : "0.6.6",

"developer": {
"name" : "Alexandre Dantas",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name" : "www",
"version" : "0.5.3",
"name" : "WWW",
"version" : "0.6.6",
"author" : "Alexandre Dantas",
"description" : "Low-resolution clone of the game VVVVVV",

Expand Down

0 comments on commit aba303e

Please sign in to comment.