ali92hm / halloween-tower-defense

A halloween themed tower defense game written in Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Halloween Tower Defense Game

This repo contains the code for a Halloween themed Tower Defense game which was developed for our Human Computer Interaction class project.

The code was written by Ali Hajimirza, Logan Testi, and Reggie Renteria

Game play image

Game Features

Getting started

Playing the game

We are going to add downloadable jar files from github releases

Development

  • Java Development Kit 7 or above
  • Gradle
  • IntelliJ, Eclipse, or other IDEs (optional)

Structure

halloween-tower-defense . ├── LICENSE ├── README.md ├── config ├── gradle ├── docs └── app/src ├── test ├── resources └── java/com/halloween_tower_defense └── └── main ├── resources └── resources └── java/com/halloween_tower_defense ├── app.java ├── controllers ├── mapdata ├── mobs ├── models ├── projectiles ├── towers ├── utilities └── views

Image References

We did not have time during the semester to make our own custom artwork. Here are the links to the images that we used for this project:

Issues or questions

If you encounter any problems or have any question, please [file an issue].

Contributing

We welcome contributions to this project. Please refer to the [CONTRIBUTING] to get started.

Code of Conduct

Everyone interacting in this project's codebases, issue trackers, chat rooms, and mailing lists is expected to follow the [CODE_OF_CONDUCT]

License

[MIT License]

[![OSI certified][osi_certified]][mit license]

About

A halloween themed tower defense game written in Java

License:MIT License


Languages

Language:Java 100.0%