Codokk101
Country: United States
Registered: September 27, 2022
Last post: October 6, 2022 at 2:40 PM
Posts: 5

I have seen theirs, I'm doing a few things different:

  1. Mine is going to work outside of VCT
  2. I'm modifying my API to allow users to host private tournaments
  3. I'm creating a few different gamemodes (Player Purchase | Booster Packs | Round Robin BuyIn)

I've reached out to the developer of FantasyVCT To see if they wanted to make a jont app that works better, but haven't gotten much of a response yet.

posted about a year ago

Hi again,
Making some really good progress on a fantasy valorant API and backend, still got a good amount of frontend work to do.

Anyways, hoping to get a small community of interested players to give feedback and their input on things I'm doing in the app! I threw together a discord years ago when I first had this idea, and I've been using it to keep myself accountable for working on the project, so feel free to hop in and chat.

https://discord.gg/QdPd5wbwAs

posted about a year ago

That'd be nice.
The backend is cut into 3 parts,

  1. API/Database : GO Lang using Pocketbase
  2. Web backend: NodeJS with Vue for website | Nodejs with Cheerio for API calls and data scraping
  3. AI for updating stats: Python with a NodeJS frontend

I'd say its 85% JS, 10% Python, 5% Go for the whole backend

posted about a year ago

This is a bit tricky, but I think I can do it by categorizing players based on their top 3-5 characters, and the pick rate of those characters. I can use that to categorize the players into their "role", but obviously, if a player decides they want to reyna instead of sova today, not much I can do about that.

Really appreciate the feedback though, I'll add that in :)

posted about a year ago

Good Morning,

I'm building a Fantasy Valorant League (like fantasy football, but for professional valorant) and I'm looking for ideas on what people would want to see in a program like that and gage interest.

Right now, I've got a per-match 1v1 system to pit 2 players against eachother, they draft players from each team and gain points based on KDA & Combat Score. I plan to expand on this but right now I just want a working Prototype

I'm working on 3 things

  1. Website to draft team and see upcoming matches (finished the API and data pulling, working on frontend)
  2. Web browser extension to see realtime stats and updates (This is a bit tricky, training models based on the official valorant streams in python using computervision, but unless I can think of a better way to do this I'll need to train new models for each channel that streams professional valorant)
  3. Desktop client in Electron.JS (allows me to embed the twitch stream and customize the layout however I want)

Any thoughts, suggestions or advice would be strongly appreciated, thanks!

posted about a year ago