Skip to content

YabaiNyan/Osucon

Repository files navigation

osucon.js

Web Controller for Osu

Quick Setup for Windows

  1. Goto the releases page and download osucon.exe and robotjs.node.
  2. Put all files in the same folder and run osucon.exe
  3. Then connect to the address in the console on a mobile device.

To set custom keys, download osucon.config from the releases page and replace a in KEY1=a and s in KEY2=s with your corresponding keys, then put the file in the same folder as osucon.exe.

Installation for development

You'll need to first install nodeJS and Python 2.7.x on the computer you plan to use this on.

Then open a terminal and type
git clone https://github.com/YabaiNyan/osucon.git
cd osucon
npm install

To run the server, type node osucon.js into the terminal, then open on a touch device the link logged in the terminal to connect.

Note for connection

The device has to be on the same local network as the server.