Java ASCII Text Game from scratch - JTextArea ASCII Sokoban (1982) test

preview_player
Показать описание
ASCII Text Sokoban (1982) game test that i've implemented some time ago :)

Reference:
Рекомендации по теме
Комментарии
Автор

Clever use of "3D" char arrays :p Impressive as always!

torzukki
Автор

hi i'm new to java, and while looking around ur code i couldnt understand why u endup deviding the first parameter of the char array by 70

map[c / 70][x][y] = c;
map[1 - c / 70][x][y] = ' ';

srtremeliques