back to github because lazy

This commit is contained in:
Ethan Stubbs 2021-06-23 07:22:04 +01:00
parent efffd03bcb
commit c6e5ea0662
3 changed files with 7 additions and 3 deletions

4
.gitignore vendored Normal file
View file

@ -0,0 +1,4 @@
node_modules/
tHMM.ds
server-stats.log
config.json

View file

@ -1,6 +1,3 @@
### This repo has been moved to a personal Gitea instance and can be found here: [Binato](https://git.eusv.ml/holly/Binato)
This repo will stay up as a irregularly updated mirror
# Binato [![CodeFactor](https://www.codefactor.io/repository/github/tgpethan/binato/badge/master)](https://www.codefactor.io/repository/github/tgpethan/binato/overview/master)
An implementation of osu!bancho in Javascript

View file

@ -0,0 +1,3 @@
module.exports = function(bitwiseMods = 0) {
}