Skip to content

tanis2000/binocle-player-games

Repository files navigation

Binocle Player Games

This repository contains example games for Binocle Player

Running the games

They can be run with the following command

/path/to/binocle-player-executable/binocle-player ./<directory of the game>

# e.g.
/Users/tanis/Documents/binocle-player/build/binocle-player ./simple

Debugging the games

The games can be debugged using a fork of @tomblind's local-lua-debugger-vscode.

Unfortunately the original project can't be used as it is missing some needed PRs that have not yet been merged into master and published in VSCode marketplace.

Just clone the following repository: https://github.com/tanis2000/local-lua-debugger-vscode/tree/binocle

Make sure that you checkout the binocle branch and then run:

npm run build

This will produce a .vsix package that can be installed from VSCode.

Releases

No releases published

Packages

No packages published