Pinned Repositories
bioweapon
Collection of articles about day to day C++.
GameSolver
Solve arbitrary two-player zero-sum games using Pivot Method.
GoBattleSim
An open-sourced Pokemon Go battle simulator
GoBattleSim-Engine
Pokemon Go Simulator Engine
GoBattleSim-Python
Tools to play around with GoBattleSim-Engine, including GameMaster parser, PokeQuery builder, and Battle Matrix runner.
itertools
Iterator building blocks for fast and memory efficient "iterator algebra" in C++.
PangPangGame
A Strategy Game by two players. Its UI is command window.
PMGo-PvP-Meta-Solver
A collection of tools to analyze Pokemon Go PvP metagame, using the output of Battle Matrix as input.
stats
Basic Statistics for C++. Implementation of P1708
ZombieRun
This is a 2D two-player shooting game. It's the second game I made using pygame. I haven't made a start menu yet.
biowpn's Repositories
biowpn/GoBattleSim
An open-sourced Pokemon Go battle simulator
biowpn/stats
Basic Statistics for C++. Implementation of P1708
biowpn/itertools
Iterator building blocks for fast and memory efficient "iterator algebra" in C++.
biowpn/GoBattleSim-Engine
Pokemon Go Simulator Engine
biowpn/GoBattleSim-Python
Tools to play around with GoBattleSim-Engine, including GameMaster parser, PokeQuery builder, and Battle Matrix runner.
biowpn/PMGo-PvP-Meta-Solver
A collection of tools to analyze Pokemon Go PvP metagame, using the output of Battle Matrix as input.
biowpn/GameSolver
Solve arbitrary two-player zero-sum games using Pivot Method.
biowpn/ZombieRun
This is a 2D two-player shooting game. It's the second game I made using pygame. I haven't made a start menu yet.
biowpn/bioweapon
Collection of articles about day to day C++.
biowpn/PangPangGame
A Strategy Game by two players. Its UI is command window.
biowpn/ring_buffer
Minimal Multi-writer locker-free queue
biowpn/PangPangGame3
This is a 2D two-player fighting game. Very simple one. It's the first game I made using pygame.