rwarnking / pdf-games

Collection of mini-games that run in a pdf using latex and javascript
MIT License
0 stars 0 forks source link

All: Change coordinate system #37

Closed rwarnking closed 2 years ago

rwarnking commented 3 years ago

Task

Switch from using cartesian coordinates (x,y) to matrix notation (n,m). This does apply to all files up to this point.

Do not forget the generating for loops:

\xintFor* #1 in {\xintSeq{0}{\fieldHeight-1}} \do {%
    \xintFor* #2 in {\xintSeq{0}{\fieldWidth-1}} \do {%
    }
}

PDF list

rwarnking commented 2 years ago

Done with multiple commits, for example: e8635d8593b0202768f2c0c6855657602162a55a