Skip to content

Website for Xenocide, a competitive turn-based strategy multiplayer game.

License

Notifications You must be signed in to change notification settings

JessicaGM/xenocide

Repository files navigation

Contributors Forks Stargazers Issues MIT License


Table of Contents
  1. About The Project
  2. Getting Started
  3. Contributing
  4. License
  5. Contact
  6. Acknowledgments

About The Project

Website for Xenocide, a competitive turn-based strategy multiplayer game.

Built With

(back to top)

Getting Started

To get a local copy up and running follow these simple steps.

Installation

  1. Clone the repo

    git clone https://github.com/JessicaGM/xenocide.git
  2. Go to your project folder using cd command

  3. Install composer dependencies

    composer install
  4. Install npm dependencies

    npm install
  5. Create a copy of your .env file

    cp .env.example .env
  6. Generate an app encyption key

    php artisan key:generate
  7. Create a database for your application

  8. Add database information to allow Laravel to connect to the database (fill in the DB_HOST, DB_PORT, DB_DATABASE, DB_USERNAME, DB_PASSWORD in the .env file)

  9. Migrate the database

    php artisan migrate

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

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

(back to top)

Contact

Project Link: https://github.com/JessicaGM/xenocide

(back to top)

Acknowledgments

List of resources:

(back to top)

About

Website for Xenocide, a competitive turn-based strategy multiplayer game.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages