I may be slow to respond.
Highlights
- 2 discussions answered
Block or Report
Block or report ddugovic
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
lishogi Public
Forked from WandererXII/lishogi
lishogi.org: the forever free, adless and open source shogi server forked from lichess.org
Scala
-
-
advent-of-code-dan Public
Forked from wimglenn/advent-of-code-wim
Dan's solutions for https://adventofcode.com/ puzzles
Python
-
-
1
# Encodes pawns as a bitwise-AND-comparable index (from a SFEN)
2# Usage: ruby pawn_encoder.rb "lnsgkgsnl/1r5b1/ppppppppp/9/9/9/PPPPPPPPP/1B5R1/LNSGKGSNL"
3def encode(fen)
4board = fen.gsub("9"," 8").gsub("8"," 7").gsub("7"," 6").gsub("6"," 5").gsub("5"," 4").gsub("4"," 3").gsub("3"," 2").gsub("2"," 1").gsub("1"," ")
5# replace 'P' with '1' and replace 'p' with '1'
415 contributions in the last year
Activity overview
Contributed to
danibarker/WordSmith,
ddugovic/capablanca,
ddugovic/advent-of-code
and 66 other
repositories
Contribution activity
July 2022
Opened 1 pull request in 1 repository
WandererXII/lishogi
1
open
Started 2 discussions in 1 repository
lichess-org/lila
lichess-org/lila