Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minigame solvers #37

Merged
merged 36 commits into from
Jun 15, 2023
Merged

Minigame solvers #37

merged 36 commits into from
Jun 15, 2023

Conversation

ScrubN
Copy link
Contributor

@ScrubN ScrubN commented Apr 8, 2023

I got bored of doing locomotion so I wrote some solvers.

Currently implemented:

  • Align Telescope (Polus)
  • Open Waterways (Polus)
  • Fix Weather Node (stage 1 & 2) (Polus)
  • Assemble artifact (MIRA)
  • Unlock safe (inconsistent) (Airship)

@ScrubN ScrubN mentioned this pull request Apr 8, 2023
@ScrubN
Copy link
Contributor Author

ScrubN commented Apr 9, 2023

@Alexejhero is it possible for solvers to patch into the minigame they are meant to solve? I'm trying to write a solver for the weather nodes and it would be 1000x easier if I could grab a variable that is local to the Start() function.

@Alexejhero

This comment was marked as outdated.

@ScrubN

This comment was marked as outdated.

@Alexejhero
Copy link
Collaborator

Alexejhero commented Apr 17, 2023 via email

@ScrubN ScrubN marked this pull request as ready for review April 18, 2023 23:56
@Alexejhero Alexejhero mentioned this pull request Apr 20, 2023
72 tasks
Alexejhero

This comment was marked as outdated.

@ScrubN ScrubN marked this pull request as draft April 21, 2023 04:52
Copy link
Collaborator

@Alexejhero Alexejhero left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Requesting changes for 3 solvers, if you do not want to change some of them feel free to remove them from the PR and someone else will take them.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't look that good, the motion looks very unnatural and at the end it just snaps to the destination even if it never saw it.

Maybe we need to implement some kind of curved movement for the cursor for tasks like this one and upload data on airship

Copy link
Contributor Author

@ScrubN ScrubN Apr 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I adjusted the movement a bit and it should be a bit smoother.

I do agree, a slerp based movement or similar could definitely look a little nicer.

Neuro/Minigames/Solvers/FixWeatherNodeSolver.cs Outdated Show resolved Hide resolved
Neuro/Minigames/Solvers/OpenWaterwaysSolver.cs Outdated Show resolved Hide resolved
@Alexejhero Alexejhero self-requested a review May 11, 2023 22:50
@Alexejhero Alexejhero changed the base branch from main to temp May 14, 2023 13:29
@Alexejhero Alexejhero changed the base branch from temp to main May 14, 2023 13:30
@ScrubN
Copy link
Contributor Author

ScrubN commented Jun 12, 2023

No matter what I try I can't get the safe solver to be more consistent. I'm on the edge of just hard coding it to complete.

@Alexejhero Alexejhero merged commit a631044 into VedalAI:main Jun 15, 2023
@ScrubN ScrubN deleted the minigame-solvers branch July 16, 2023 06:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants