Skip to content

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.

Notifications You must be signed in to change notification settings

mathealgou/Cyos-Engine

Repository files navigation

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.

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published