Skip to content

kimpro82/MyGame

Repository files navigation

My Game

Game is to handle data

Estimate game playtime and frequency based on capture images' information

Automate image cropping for repetitive and standardized tasks such as writing game reviews

RTK2 ERP

RTK2(Romance of The Three Kingdoms II, KOEI, 1989) ERP

<VBA>

<Python>

<R>
0. Load data
   0.1 Practice : Load raw data from a scenario (2022.06.24)
   0.2 Find all the locations of the general data (2022.11.25)

GK4 ERP

GK4(Genghis Khan Ⅳ, KOEI, 1998) ERP

  • GK4_Provinces.py (2021.03.17)

Games

  1. Initialization (2022.12.22)
  2. Generating a Sudoku puzzle (2022.12.28)
  3. Masking the puzzle by level (2022.12.29)
  4. Evaluating the Answer (2022.12.30)
  5. Hint (2022.12.31)
  6. Auto-Solving (2023.01.02)
  7. Shading the Puzzle (2023.01.21)
  1. Set map size (2022.11.30)
  2. Set starting and ending location (2022.11.30)

Rage against the AlphaGo

Others

Fundamentals

  • Player2 (2019.12.15)
  • Player (2019.03.12) - maybe?