Giter Club home page Giter Club logo

dagonsmountain's Introduction


dagonsMountain

This game is a retro text-based rogue-lite title, in which you play a hero who must brave the titular mountain in the hopes of reaching the summit to face Dagon himself.

Explore the docs »

View Demo · Report Bug · Request Feature

About The Project

A very sentimental project to me, this was the first thing I coded without any guidance and from scratch, it was made during my first semester of university.

The premise of the game is a simple command line based roguelike, pick your class, journey up the mountain and face Dagon.

Built With

  • Java

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

Godspeed.

dagonsmountain's People

Contributors

carterfaceysmith avatar

Watchers

 avatar

dagonsmountain's Issues

suggestion

Hello, as part of a task of my university for the subject of Software Design, together with my group we selected your repository and performed a search for the so-called Code Smells and we want to make some suggestions to improve the code using refactoring techniques, thank you.

Duplicate Code
image

Problem: Methods have the same function
Technique to use: Substitute Algorithm
Benefits: If we create a new algorithm to replace the code we can organize it in a better way and make it more efficient, in this case with a fairly simple switch in which you can always add new options.
image

Data clumps
image

Problem: All of these variables could become classes.
Technique to use: Extract Class
Benefits: By separating into classes you can better organize your code so that your code is more understandable for reading, modification or maintenance.

image

Large class
image

Problema: La clase dagonsMountain posee muchas líneas de código
Técnica a usar: Extract Class
Beneficios: Se en clases distintas hace el código mucho más entendible y ayuda a aplicar el principio de responsabilidad única.
image

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.