Skip to content

Arcia125/roguelike

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Roguelike Game

Live version

The Game

This is a game that I built using ReactJS Redux. My favorite thing when building this project was designing the algorithm to randomly generate the initial map. It generates a completely unique map every time it runs. The map it generates can be altered based on the settings you pass to the generateRandomMap function. Every map it generates will always be fully connected, there are never any separate sections.

Controls:

  • W or Up arrow - Up
  • A or Left arrow - Left
  • S or Down arrow - Down
  • D or Right arrow - Right
  • L(kind of a cheat) - Toggles the darkness on the map, or the field of view.
  • U - Resets the game to level 1

About

Roguelike game created using React and Redux.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published