I was given a task @AppleSeeds Bootcamp to make a small MineCraft game while only using JavaScript
, HTML
& CSS
The basic task was to make a game with the specifications given in writing and a video.
A landing page with a start button and insturctions
The player can pick up Tiles by using the tools and place them back to the world
I was trying to make the basic game look almost the same as the original game from the specs
I decided to add some extra stuff for fun like upgrading weapons and giving tier to the tiles
I made sure that the app is useable for smaller screens as well in landscape mode.
https://elad-minecraft2d.netlify.app/
To deploy this project run
./index.html
This is a basic site with only one page of HTML
, JavaScript
and CSS
styling