KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
Games
★ 10
Open GitHub ↗
Games Created by HTML CSS and JS
Download README (.md)
Explore Similar Repositories
stremio-subs-ro
:
Stremio addon for Romanian subtitles from Subs.ro
supertrace-pybind
:
a python binding for supertrace.
ucie_chiplet_soc
:
Firmware-driven dual-die RV32 chiplet SoC with GCC/ISS co-verification, DMA/AES offload, UPF 4.0 low-power intent, async CDC, real UVM, formal, and open-source coverage.
redis-cve_2025_49844
:
redis_rce
floppy
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
Games
?
Download (.md)
This is a collection of three games I built using HTML, CSS, and JavaScript. --- ## ♟️ 1. King Chess A classic chess game. * **Focus:** Game rules and logic. * **Goal:** Making sure every piece moves correctly. ## 🐍 2. Neon Snake in Matrix A snake game with neon colors and a Matrix style. * **Focus:** Smooth movement and game loops. * **Goal:** Collecting points and growing the snake. ## 🛡️ 3. Medieval Defense A strategy game where you defend your base. * **Focus:** Enemy waves and combat. * **Goal:** Stopping enemies from reaching your castle. ## 🎮 4. Neon Tic-Tac-Toe A feature-rich Tic-Tac-Toe game with AI and multiple themes. * **Focus:** Responsive design, Neon Logo, AI improvements, animations, and sound. * **Goal:** Provide an engaging, mobile-friendly Tic-Tac-Toe experience with scores, replay, and customizable themes. ## ✊✋✌️5. Rock Paper Scissors A classic Rock Paper Scissors game built for the browser. * **Focus:** Game logic and user interaction. * **Goal:** Let the player compete against the computer with instant results. ## 🎯 6. Battleship Game A classic Battleship game with drag & drop ship placement, radar, and sound effects. * **Focus:** Player vs computer gameplay, ship placement (manual or random), turn-based combat, radar usage, and sound feedback. * **Goal:** Sink all enemy ships before they sink yours, track stats (wins, losses, accuracy), and enjoy an interactive, visually appealing grid-based naval battle. ## 🦖 7. Wierd T-Rex An endless runner game where you control a T-Rex running through a desert filled with cactuses and flying Pteranodons. * **Focus:** Smooth gameplay, gradual speed increase, obstacles spawning dynamically, and player interaction with ducking and jumping. * **Goal:** Survive as long as possible while avoiding obstacles, collect points, and enjoy a visually appealing, aesthetic environment with stylized backgrounds and characters. --- ## 🛠️ Skills I Used - **JavaScript:** For game logic and movement. - **HTML & CSS:** For the game structure and design. - **Problem Solving:** Creating win and lose conditions. ## 🚀 How it Works Each game is in its own folder. To run a game, you just need to open the **`index.html`** file in a browser. The `index.html` file is the main file. It automatically connects the `style.css` (design) and `script.js` (logic) so the game can work perfectly.