Skip to content

BrithAiGame/codex-knight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rebirth+ (Soul Knight Inspired)

Arcade-style top-down shooter built with React + Vite. The project recreates the menu flow, UI atmosphere, and keyboard-first gameplay loop inspired by Soul Knight, with WASD movement and arrow key shooting.

Features

  • Menu flow: main menu, character select, options, credits, pause, and game over
  • Keyboard-only navigation (Arrow keys + Enter + Esc)
  • WASD movement, Arrow key shooting
  • Canvas-based arena, enemy spawns, collisions, score, and HUD
  • Stylized UI layer and pixel-inspired look

Controls

  • Move: WASD
  • Shoot: Arrow Keys
  • Menu: Arrow Keys + Enter
  • Back / Pause: Esc

Project Structure

rebirth+/
  index.html
  package.json
  vite.config.js
  README.md
  src/
    App.jsx        # Game loop, state machine, menus, and rendering
    App.css        # UI styling and animations
    index.css      # Global styling
    main.jsx       # React entry point
    assets/

Development

npm install
npm run dev

Build

npm run build
npm run preview

About

A demo version knight games build by codex .

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published