All Projects → lmachens → trophy-hunter

lmachens / trophy-hunter

Licence: other
Trophy Hunter is a League of Legends companion app for the Overwolf store

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to trophy-hunter

LeagueAPI
League of Legends API & Data Framework in Swift
Stars: ✭ 50 (+138.1%)
Mutual labels:  league-of-legends, riot-api
Camille
C# Riot API Library. Thread safe, automatic retries, autogenerated nightly releases.
Stars: ✭ 82 (+290.48%)
Mutual labels:  league-of-legends, riot-api
league-connect
🔌 Promise-based NodeJS interface to the League of Legends Client APIs
Stars: ✭ 92 (+338.1%)
Mutual labels:  league-of-legends, riot-api
golio
League of Legends API client written in Golang
Stars: ✭ 45 (+114.29%)
Mutual labels:  league-of-legends, riot-api
league-toolkit
⚙️ A set of additional options for the updated League of Legends client.
Stars: ✭ 20 (-4.76%)
Mutual labels:  league-of-legends, riot-api
textureatlas
A simple, cross-platform Python-based tool and C library for creating and using a texture atlas in your application or game. Distributed under the terms of the MIT license.
Stars: ✭ 20 (-4.76%)
Mutual labels:  gamedev
kcp-dotnet
KCP dotNet Core implementation
Stars: ✭ 26 (+23.81%)
Mutual labels:  gamedev
alpha
alpha - deprecated 2015~2016. unrelated to the new engine! view the new engine here - https://luxeengine.com/
Stars: ✭ 573 (+2628.57%)
Mutual labels:  gamedev
polymorph
A fast and frugal entity-component-system library with a focus on code generation and compile time optimisation.
Stars: ✭ 74 (+252.38%)
Mutual labels:  gamedev
pman
A Python package to help bootstrap and manage Panda3D applications
Stars: ✭ 15 (-28.57%)
Mutual labels:  gamedev
super-mario-typescript
Meth Meth Method's "Writing Super Mario in JavaScript" series, in TypeScript
Stars: ✭ 15 (-28.57%)
Mutual labels:  gamedev
Rootex
An advanced C++ 3D game engine powering an in-production game yet to be announced
Stars: ✭ 161 (+666.67%)
Mutual labels:  gamedev
gms-sample-library
👑 A library with demo projects to learn Game Maker Studio and Game Maker Language (GML)
Stars: ✭ 22 (+4.76%)
Mutual labels:  gamedev
SSVBloodshed
C++14 arcade game, spiritual successor to "Operation Carnage"
Stars: ✭ 22 (+4.76%)
Mutual labels:  gamedev
gamedevguide
Game Development & Unreal Engine Programming Guide
Stars: ✭ 314 (+1395.24%)
Mutual labels:  gamedev
emerald
A 2D rust game engine focused on portability.
Stars: ✭ 383 (+1723.81%)
Mutual labels:  gamedev
ProceduralTerrain
Polygon is a procedural mesh generator in Unity.
Stars: ✭ 18 (-14.29%)
Mutual labels:  gamedev
Zenject-2019
Dependency Injection Framework for Unity3D
Stars: ✭ 2,567 (+12123.81%)
Mutual labels:  gamedev
ResourceCollection
A collection of handy resources, as recommended by Pharap
Stars: ✭ 18 (-14.29%)
Mutual labels:  gamedev
codingame
My solutions for https://www.codingame.com
Stars: ✭ 26 (+23.81%)
Mutual labels:  gamedev

Trophy Hunter Logo

Trophy Hunter

This is your time to conquer the world! Begin your journey with us, hunt for new crystals on Hunteria Islands, challenge yourself and strive to rule over them all, become the ultimate Trophy Hunter!

Features

Each challenge island has multiple difficulty levels, from beginner to pro. Find the best for you, you may find that your emotional and intellectual skills improve along with your core abilities.

Trophy Hunter features

  • Over 200 different trophies to achieve, all with unique abilities and skills.
  • Over 80 live progress trophies, so that you never miss a trophy you hunt that’s near completion.
  • Special trophies to add extra fun to your journey
  • An epic island to challenge the best of the best. Are you up for a challenge?
  • Tons of gameplay, plus lots of challenges.
  • Suitable for both casual and hardcore players.
  • Keeping it fair! We do not support challenges that change your playstyle for the worse!!

Supported Games

  • League of Legends

Development

Please follow the instructions on Overwolf Developer to get white listed and sign up on Riot Developer for the Riot API key. Without these requirements, you can only use core features in your Browser. In addition, you need access to a MongoDB.

Set environment variables

cp template.env .env

Don't forget to replace the environment variables.

Install dependencies

npm install

Create self signed certificate for HTTPS

mkdir certs
cd certs
openssl req -x509 -nodes -new -sha256 -days 1024 -newkey rsa:2048 -keyout localhost.key -out localhost.crt -subj "/C=US/CN=localhost-CA"

Make sure to trust the local CA.

Run development

npm run dev

Contribute

Contributions are always welcome! Please contact me in Discord.

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].