Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+2)

It’s all in the README in the SDK repo. You can use Randy or another community-maintained tool to simulate Neuro.

Sweet, don’t know how i missed that. Can’t wait fir this!

Hi Alexej, I'm super excited to try out the NeuroSDK, but I'm afraid I will need some more information on how to simulate Neuro using Randy - what exactly is Randy and where can I find it? Do I get a Websocket port that I can provide as NEURO_SDK_WS_URL?

Also, I noticed that in the Godot Tic-Tac-Toe example, the preload paths seem to be slightly off, since they point to the addon directory:

extends NeuroAction
const TicTacToe := preload("res://addons/neuro-sdk/examples/tic_tac_toe.gd")
var _ticTacToe: TicTacTo

extends Node
const PlayOAction := preload("res://addons/neuro-sdk/examples/play_o_action.gd")
@export var resetButton: BaseButton
@export var container: GridContainer

Thanks!

Oops, my bad, I just looked into the repositories Godot Directory, and didn't notice the Randy folder that was also there - sorry!