dedotikea / Tetris

A simple tetris game created for completing my Game Programming II Course in university

Home Page:https://dedotikea.github.io/Tetris/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Repositori Tetris (Indonesian)

Halaman ini merupakan repositori milik saya (Muhammad Rayhan Gustiar [0618101050]) untuk menyelesaikan mata kuliah Game Programming II.

Untuk menjalankan secara lokal ke komputer anda, pastikan anda memiliki:

Jika sudah, silahkan buka terminal pada folder yang dituju, dan jalankan code ini:

git clone https://github.com/dedotikea/Tetris.git

Setelah itu, lakukan:

cd Tetris,

lalu install semua packagenya dengan:

npm install

Untuk menjalankan secara lokal, lakukan command:

npm run dev,

web-app akan dijalankan pada alamat:

http://localhost:5173/


Tetris Repository (English)

This page is my (Muhammad Rayhan Gustiar [0618101050]) repository for completing my Game Programming II course in university

To run it locally on your computer, make sure you have these installed:

If you already have all of the requirements, open the terminal in your desired folder, and run this code:

git clone https://github.com/dedotikea/Tetris.git

then type this:

cd Tetris,

then install all of the package:

npm install

to run it locally, run this code:

npm run dev,

the web-app will be running on this address:

http://localhost:5173/

About

A simple tetris game created for completing my Game Programming II Course in university

https://dedotikea.github.io/Tetris/


Languages

Language:JavaScript 77.1%Language:CSS 21.5%Language:HTML 1.4%