Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mathealgou/cyos-engine

A simple alternative for creating "Choose your own story" games. This game engine uses Vue.js and Electron as it's main dependencies. It dynamically renders the pages depending on the game's state.
https://github.com/mathealgou/cyos-engine

choose-your-own-adventure choose-your-own-story chooseyourownadventure chooseyourownstory electron electron-vue electronjs front-end frontend game-engine gamedev vue vue-electron vueelectron vuejs vuetify

Last synced: 9 days ago
JSON representation

A simple alternative for creating "Choose your own story" games. This game engine uses Vue.js and Electron as it's main dependencies. It dynamically renders the pages depending on the game's state.

Awesome Lists containing this project

README

        

# cyos-engine

```
Made by Matheus Goulart
```

## Technologies used
I basically use 3 things: VueJS, which is a front-end reactive framework, Vuetify, which is a library of components (such as buttons, menus, cards, et cetera.) for VueJS, and Electron, wich I'm using to build desktop executables.

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production

#### For Web
```
npm run build
```

#### For Desktop
```
npm run electron:build
```

### Lints and fixes files
```
npm run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).