This is a 2d-game made in TypeScript with the PIXI.js library and WebPack.
This game does not have a site where to play it although you can download the files and launch it locally.
I'm remaking this game in Kotlin and archiving this repo, for now there's this repo with the new game.
To start the game with the code, do this :
- Clone the repo with this command :
git clone https://github.com/Ayfri/2d-minecraft.git
. - Then install the dependencies using the
npm i
command. - Then run the
start
script (in thepackage.json
) using thenpm run start
command. - Finally, open this link.
You can place blocks with the left click.
You can reset the world with the reset
button on the up left corner.
Key | Block |
---|---|
& (or 1 ) |
First Slot |
é (or 2 ) |
Second Slot |
" (or 3 ) |
Third Slot |
' (or 4 ) |
Fourth Slot |
( (or 5 ) |
Fifth Slot |
- (or 6 ) |
Sixth Slot |
è (or 7 ) |
Seventh Slot |
_ (or 8 ) |
Eighth Slot |
ç (or 9 ) |
Ninth Slot |