/csweb

A Port of CSPSP to the web - A 2D version of the game Counter Strike

Primary LanguageC

CSWEB

Live demo: https://frankplus.github.io

CSPSP was a homebrew 2D video game based on counter strike originally developed for PSP by @kevinbchen :

This is a port of the game to the web using webassembly and emscripten to compile the code. I have rewritten the game engine to support webGL/opengles 3.

Features

  • Working rendering engine compatible with opengles3
  • Sprite renderer using shaders
  • keyboard support
  • Working sound engine using SDL_mixer
  • Mouse support to control the player
  • Gamepad support
  • Online connection through websockets
  • Keyboard support for text typing

TODO

better support for smartphone touchscreen