top of page

Code Wars

CODE WARS is a 2D top down ASTEROIDS clone. I love STAR WARS and that was my inspiration for this clone. It is a simple wave based shooter. I really enjoyed working on creating STAR WARS themed effects, player ship and enemies.

Development Specifications:

  • Engine: D3D11 (C++)

  • Platform: PC (Windows)

  • Development time: 3 Months

Screenshot 2024-10-03 111507.png

Table of Contents (Click the title to go to section)

Core Game Loop

  • Control the player ship and shoot down the enemy ships and asteroids floating in space

  • Avoid enemy fire

  • Kill all the entities and advance to next wave.

Picture12_edited.jpg

Game Entities/Mechanics

  • Player Character

    • Use ESDF to move and SPACEBAR to shoot​

  • Asteroid

    • Moves around in space and can hit player and/or enemies damaging them

Screenshot 2024-10-03 115314_edited.jpg

Player Character

  • Tie Bomber

    • This enemy fighter will crash into the player to damage it.

Screenshot 2024-10-03 115314_edited.jpg

Asteroid

  • Tie Fighter

    • Fires bullets at the player to damage it

Screenshot 2024-10-03 115314_edited.jpg

Tie Bomber

Screenshot 2024-10-03 115314_edited.jpg

Tie Fighter

Game/Graphics systems/concepts learned

Gameplay Loop​

Brainstorming and ideation - Page 1 (1).png

Rendering pipeline

pipeline_edited_edited.jpg
Picture2.png

Player Ship Vertex Data

Generating Vertex Data

Picture1.png

Bullet Vertex Data

Picture3.png

Asteroid Vertex Data

Coordinate Systems

coordinate_systems_edited.jpg
Game loop
Game entities
Graphics
Gameplay loop
Rendering pipeline
Vertex Data
Coordinate systems

©2025 Anishva Bardhan.

  • logo-gmail-png-file-gmail-icon-svg-wikimedia-commons-0_edited
  • Twitter
  • github
  • LinkedIn
bottom of page