2024-10-31 12:25:57 +07:00
2024-10-17 03:49:45 +07:00
2024-10-17 09:58:22 +07:00
2024-10-22 01:24:29 +07:00
2024-10-30 20:56:07 +07:00
2024-10-31 12:25:57 +07:00
2024-10-17 09:58:22 +07:00
2024-10-17 03:49:45 +07:00
2024-10-16 22:27:03 +07:00
2024-10-14 20:34:14 +07:00

.hack//vol1 is a j2me game originally from old korean game...
the original game runs on the mighty cldc 1.0/midp 1.0 and boasts a stunning resolution of 128x128 pixels

you can get the game here on archive.net
https://archive.org/details/dh1_ezi

there is also people who translate this to english here
https://archive.org/download/dh1_ezi_en

however, due to some native apis used in the original game. the game doesnt work on most emulator.
ive been on a mission to swap out those stubborn native apis for their midp equivalents

i took on the heroic quest of porting this masterpiece to a more contemporary version of j2me: cldc 1.1/midp 2.0...
plus, i also tried added support for larger screens, like 240x320...

- building
ugh... just peek at the build.sh file for now. i promise ill whip up a more detailed guide soon...after i finish this epic battle with caffeine!
Description
my attempt to port this game into bigger screen
Readme
Languages
Java 90.2%
HTML 7.6%
C++ 2.2%