Skip to content

Commit

Permalink
added info to README
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilya Gruzhevski authored and Ilya Gruzhevski committed Apr 12, 2017
1 parent ed50ca4 commit 589f60d
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 11 deletions.
22 changes: 15 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,24 @@
# snake-app
# Space Snake

A Desktop game built with [Electron-vue](https://github.com/SimulatedGREG/electron-vue) template.

![Screenshot](screenshot.png "Screenshot")

[![Packagist](https://img.shields.io/packagist/l/doctrine/orm.svg)]()
![](https://img.shields.io/badge/Contributions-Welcome-brightgreen.svg)
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/)
[![Release](https://img.shields.io/github/release/Meadowcottage/Playcode-desktop.svg?style=flat-square)](https://github.com/Meadowcottage/Playcode-desktop/releases)
[![Download](https://img.shields.io/badge/download-wavebox.io-brightgreen.svg)](https://wavebox.io/download/)

## Description

A desktop game Space Snake.
Built with [Electron](https://electron.atom.io/) and [Vue.js](https://vuejs.org/).
State Management – [Vuex](https://github.com/vuejs/vuex).
Routing – [Vue-router](https://github.com/vuejs/vue-router).
Bundling – [Webpack](https://webpack.github.io/).
Styles – [SASS](http://sass-lang.com/).
Tests – [Karma](https://karma-runner.github.io/1.0/index.html) + [Mocha](https://mochajs.org/).
- Built with [Electron](https://electron.atom.io/) and [Vue.js](https://vuejs.org/).
- State Management – [Vuex](https://github.com/vuejs/vuex).
- Routing – [Vue-router](https://github.com/vuejs/vue-router).
- Bundling – [Webpack](https://webpack.github.io/).
- Styles – [SASS](http://sass-lang.com/).
- Tests – [Karma](https://karma-runner.github.io/1.0/index.html) + [Mocha](https://mochajs.org/).


## Build Setup
Expand Down
Binary file added Screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion app/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title>snake-app</title>
<title>Space Snake</title>
<% if (htmlWebpackPlugin.options.appModules) { %>
<!-- Add `app/node_modules` to global paths so `require` works properly in development -->
<script>
Expand Down
4 changes: 2 additions & 2 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "snake-app",
"name": "space-snake",
"version": "0.0.0",
"description": "An electron-vue project",
"description": "A Desktop game built with Electron-vue template.",
"main": "./dist/main.js",
"dependencies": {
"vue": "^2.1.10",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "snake-app",
"name": "space-snake",
"version": "0.0.0",
"description": "An electron-vue project",
"scripts": {
Expand Down

0 comments on commit 589f60d

Please sign in to comment.