Code Monkey home page Code Monkey logo

xyla's Introduction

Xyla

Xyla is a rouge-like game. A rouge like game is a game in which death is imminent and the future is random and unpredictable.

Xyla is an implementation of the original Rouge game. To develop that, I have implemented multiple graph algorithms. I used efficient path-finding algorithms for enemy chase. To create dungeons and to make rooms that are neither strongly nor weakly connected, I used a combination of minimum spanning tree and Delaunay triangulation. The Delaunay algorithm used in the project is asymptotically optimal.

Installation

To play the game, download it from [here] (https://onedrive.live.com/?authkey=%21AIfzyGqVULYToWc&id=B4BC6A96FDF1784F%218263&cid=B4BC6A96FDF1784F). If an error occurred and the message states that a dynamic library file missing ( a file that ends with .dll ie. “filename.dll”), then you need the Visual C++ run time library. You could download the Visual C++ redistributable from here .

Play

You can play the game by using your keyboard. You can move the player through using the arrow keys. To fight the enemy, use "w" key.

Acknowledgment

  • Read more about the original Rouge from here
  • Learn about the Delaunay algorithm used in the project from here

xyla's People

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.