-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f0fd8de
commit 5f299fd
Showing
5 changed files
with
160 additions
and
207 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,31 @@ | ||
<img src="https://raw.githubusercontent.com/uzudil/arkona/master/screenshots/screen1.png" width="320"> | ||
<img src="https://raw.githubusercontent.com/uzudil/arkona/master/screenshots/screen2.png" width="320"> | ||
<img src="https://raw.githubusercontent.com/uzudil/arkona/master/screenshots/screen3.png" width="320"> | ||
Arkona II is the open-world, desktop app version of <a href="https://github.com/uzudil/arkona">Arkona</a>. | ||
|
||
Thanks to the https://github.com/lean/phaser-es6-webpack project! | ||
# Releases | ||
|
||
<i>distros to be posted soon</i> | ||
|
||
# Developer | ||
|
||
### To run the dev version: | ||
- <a href="http://blog.npmjs.org/post/85484771375/how-to-install-npm">install npm</a> | ||
- git clone https://github.com/uzudil/arkona2.git | ||
- cd arkona2 | ||
- npm install | ||
- npm run dev | ||
|
||
### To make a release: | ||
- you might have to install additional software to be able to build for platforms other than what you're using. See https://github.com/electron-userland/electron-builder/wiki/Multi-Platform-Build | ||
- npm run dist | ||
- releases are created in the ./dist/ folder | ||
|
||
# Artist | ||
- characters/some models: https://www.blender.org/ | ||
- everything else: https://inkscape.org/en/ | ||
|
||
### Tech links: | ||
- http://phaser.io/ | ||
- https://github.com/lean/phaser-es6-webpack | ||
- https://electron.atom.io | ||
- https://github.com/electron-userland/electron-builder | ||
|
||
(c) 2017 uzudil |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,12 @@ | ||
{ | ||
"name": "arkona2", | ||
"version": "1.0.0", | ||
"version": "0.1.0", | ||
"description": "retro isometric rpg", | ||
"author": "Gabor Torok <[email protected]>", | ||
"repository": "https://github.com/uzudil/arkona2", | ||
"main": "start.js", | ||
"scripts": { | ||
"dev": "webpack", | ||
"deploy": "webpack --config webpack.production.config.js", | ||
"test": "standard", | ||
"pack": "build -mwl --dir", | ||
"dist": "build -mwl" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.