keeshii / overte-scripts

Game scripts for the Overte VR

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overte Scripts

The project contains an example world for the Overte VR. The repository was created as part of learning how to write scripts and use blender.

Games

There are several games included within this world:

  1. Dixit - each turn, one player is the storyteller, chooses one of the six cards in their hand, then makes up a sentence based on that card's image players. Images have been generated by AI and are in no way related to the original Dixit game.

  2. Codenames - a word game, players are divided into red and blue teams, each side has a leader. The game uses an unofficial word list.

  3. Sudoku - fill board with the distinct digits between 1 and 9.

Installation

To add a game to your world, simply import the json file from the corresponding game directory, for example dixit.json. Open the Create App from the toolbar, the click on the button "Import Entities from a URL". This file defines the minimum number of objects needed to run the game.

The world.json file additionally contains a skybox and a room with chairs. Both of these files were exported from blender with the io_export_overte plugin. You will find the blender source files in the blender folder.

Unit tests

To run unit tests and lint, nodejs dependencies must be installed.

npm install

Then run the test script:

npm run test
npm run lint

License

The folding chairs are CC licensed by sleepyjoshua,

The AI generated image was downloaded from here: https://boardgamegeek.com/filepage/245182/fanexpansion-card-pack-dixit

All other files are under the MIT license.

About

Game scripts for the Overte VR

License:MIT License


Languages

Language:JavaScript 60.1%Language:TypeScript 39.9%