All Projects β†’ soupi β†’ Yh

soupi / Yh

Licence: apache-2.0
a tech demo for a bullet hell game. for the full game visit https://gilmi.me/nyx

Programming Languages

haskell
3896 projects

Labels

Projects that are alternatives of or similar to Yh

Dino Rush
πŸŒ‹ Endless runner game
Stars: ✭ 173 (+408.82%)
Mutual labels:  game, sdl2
Nothing
A simple platformer about nothing
Stars: ✭ 249 (+632.35%)
Mutual labels:  game, sdl2
Civone
An open source implementation of Sid Meier's Civilization.
Stars: ✭ 176 (+417.65%)
Mutual labels:  game, sdl2
Openhow
Open-source reimplementation of Gremlin's Hogs of War (PC/PSX).
Stars: ✭ 144 (+323.53%)
Mutual labels:  game, sdl2
Rigelengine
A modern re-implementation of the classic DOS game Duke Nukem II
Stars: ✭ 393 (+1055.88%)
Mutual labels:  game, sdl2
Knightonline
OpenKO is an open source version of the old school Knight Online MMORPG
Stars: ✭ 146 (+329.41%)
Mutual labels:  game, sdl2
Engine
A basic cross-platform 3D game engine
Stars: ✭ 208 (+511.76%)
Mutual labels:  game, sdl2
Kys Pascal
γ€Šι‡‘εΊΈηΎ€δΎ δΌ γ€‹Pascalι‡εˆΆη‰ˆ
Stars: ✭ 86 (+152.94%)
Mutual labels:  game, sdl2
Doomretro
The classic, refined DOOM source port. For Windows PC.
Stars: ✭ 349 (+926.47%)
Mutual labels:  game, sdl2
Vangers
The video game that combines elements of the racing and role-playing genres.
Stars: ✭ 339 (+897.06%)
Mutual labels:  game, sdl2
Teeworlds
A retro multiplayer shooter
Stars: ✭ 1,712 (+4935.29%)
Mutual labels:  game, sdl2
Openloco
An open source re-implementation of Chris Sawyer's Locomotion
Stars: ✭ 504 (+1382.35%)
Mutual labels:  game, sdl2
Mir2x
open source MMORPG game
Stars: ✭ 118 (+247.06%)
Mutual labels:  game, sdl2
Sourcehold
Open source re-implementation of Stronghold 1
Stars: ✭ 152 (+347.06%)
Mutual labels:  game, sdl2
Openrct2
An open source re-implementation of RollerCoaster Tycoon 2 🎒
Stars: ✭ 10,115 (+29650%)
Mutual labels:  game, sdl2
Vcmi
Open-source engine for Heroes of Might and Magic III
Stars: ✭ 2,514 (+7294.12%)
Mutual labels:  game, sdl2
Dungeonrush
πŸ‘ΎπŸ A opensource game inspired by Snake, written in pure C with SDL
Stars: ✭ 1,192 (+3405.88%)
Mutual labels:  game, sdl2
Soldat
Soldat is a unique 2D (side-view) multiplayer action game
Stars: ✭ 1,199 (+3426.47%)
Mutual labels:  game, sdl2
Ja2 Stracciatella
The continuation of the venerable JA2-Stracciatella project.
Stars: ✭ 258 (+658.82%)
Mutual labels:  game, sdl2
Cdogs Sdl
Classic overhead run-and-gun game
Stars: ✭ 422 (+1141.18%)
Mutual labels:  game, sdl2

Please visit the repository of the full game:

https://gitlab.com/gilmi/haskell-play

yh

A tech demo for a shmup game.

Currently works on Linux and OS X.

Controls:

  • Arrows to move
  • Z to shoot
  • X to squeeze
  • C to restart from checkpoint

How to Run

From Source

You will need Stack.

Ubuntu:

sudo apt install libsdl2-dev libsdl2-ttf-dev libsdl2-image-dev libsdl2-gfx-dev libsdl2-mixer-dev
make build
make exec

OS X

brew install sdl2 sdl2_ttf sdl2_image sdl2_gfx sdl2_mixer
make build
make exec

From Compiled Binary

Binaries available here.

Ubuntu:

sudo apt install libsdl2-2.0-0 libsdl2-ttf-2.0-0 libsdl2-image-2.0-0 libsdl2-gfx-1.0-0 libsdl2-mixer-2.0-0
./shmup

OS X

brew install sdl2 sdl2_ttf sdl2_image sdl2_gfx sdl2_mixer
./shmup
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].