Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
56 commits
Select commit Hold shift + click to select a range
219bce9
story-problems > staging: corrected linting setup
raj-open May 4, 2025
2679def
story-problems > staging: linted code
raj-open May 4, 2025
2a6df02
story-problems > staging: corrected workflows vis-a-vis formatting
raj-open May 4, 2025
d6eb0a0
story-problems > staging: set warning messages
raj-open May 4, 2025
781de4e
story-problems > staging: corrected input method
raj-open May 4, 2025
e7bca8c
story-problems > staging: linting
raj-open May 4, 2025
c2a80c9
story-problems > staging: added problem description
raj-open May 4, 2025
64a4064
story-problems > staging: added ignored test case and used `i64` instead
raj-open May 4, 2025
ca2d605
story-problems > staging: extended clean recipe
raj-open May 4, 2025
8498cb2
story-problems > staging: extended formatting config
raj-open May 4, 2025
c06f715
story-problems > staging: added new problem
raj-open May 4, 2025
1efb970
story-problems > staging: replaced O(n·log(n)) by O(n) computation of…
raj-open May 11, 2025
75a1cfe
story-problems > staging: prevent suppression of println, etc.
raj-open May 11, 2025
159ce86
story-problems > staging: updated locks
raj-open May 11, 2025
867cf16
story-problems > staging: updated doc string
raj-open May 11, 2025
b43289d
story-problems > staging: minor
raj-open Sep 2, 2025
f6ab6d4
story-problems > staging: updated project settings
raj-open Sep 2, 2025
9e9ce61
Merge remote-tracking branch 'origin/story-problems' into staging
raj-open Sep 2, 2025
8e0c5fb
story-game-gs > staging: prepared new binary
raj-open Sep 2, 2025
e4f6228
story-game-gs > staging: allow arguments in recipes
raj-open Sep 3, 2025
3cb91f3
story-game-gs > staging: added RNG to dependencies
raj-open Sep 3, 2025
82aab6f
story-game-gs > staging: added RNG methods to core
raj-open Sep 3, 2025
1978338
story-game-gs > staging: added basic structure + read in and process …
raj-open Sep 3, 2025
25eae75
story-game-gs > staging: renamed
raj-open Sep 3, 2025
1652759
story-game-gs > staging: added dependencies and renamed binaries
raj-open Sep 4, 2025
31ba07d
story-game-gs > staging: refactor - added core + app methods
raj-open Sep 4, 2025
075e402
story-game-gs > staging: refactored and completed models
raj-open Sep 4, 2025
eaa2691
story-game-gs > staging: updated higher logic
raj-open Sep 4, 2025
63ed2da
story-game-gs > staging: added brute force algorithm
raj-open Sep 4, 2025
255de08
story-game-gs > staging: added piece rotation and included this in it…
raj-open Sep 4, 2025
45ab1b8
story-game-gs > staging: cleanup + faster shift-method
raj-open Sep 4, 2025
5c62cd2
story-game-gs > staging: corrected types
raj-open Sep 4, 2025
c8e6d25
story-game-gs > staging: use negative penalties
raj-open Sep 4, 2025
3b30fdf
story-game-gs > staging: add blank enum as default
raj-open Sep 4, 2025
b56e17e
story-game-gs > staging: refactored
raj-open Sep 4, 2025
a69a691
story-game-gs > staging: `bugfix` - corrected design
raj-open Sep 4, 2025
4e8d64a
story-game-gs > staging: `bugfix` - corrected computation of penalty
raj-open Sep 4, 2025
c39874f
story-game-gs > staging: added optimisation for release and use `--re…
raj-open Sep 4, 2025
4ff27f5
story-game-gs > staging: minor
raj-open Sep 4, 2025
8bc6757
story-game-gs > staging: minor
raj-open Sep 4, 2025
23976e6
story-game-gs > staging: minor cleanup
raj-open Sep 4, 2025
1a43fcb
story-game-gs > staging: `bugfix` - corrected dithering
raj-open Sep 4, 2025
d78a322
story-game-gs > staging: added dependency
raj-open Sep 4, 2025
3666fca
story-game-gs > staging: added progress bar
raj-open Sep 4, 2025
021ff02
story-game-gs > staging: minor
raj-open Sep 5, 2025
c6d820d
story-game-gs > staging: faster computation of coordinates + added ne…
raj-open Sep 5, 2025
694d37f
story-game-gs > staging: only consider shifts based on moving an anch…
raj-open Sep 5, 2025
6a58a63
story-game-gs > staging: moved collision detection for obstacle to ge…
raj-open Sep 5, 2025
5d24d1e
story-game-gs > staging: removed superfluous recentring
raj-open Sep 5, 2025
d187c96
story-game-gs > staging: removed magic number
raj-open Sep 5, 2025
7f605d0
story-game-gs > staging: minor
raj-open Sep 5, 2025
f535bcb
story-game-gs > staging: added Binaries to README
raj-open Sep 5, 2025
9f8a4dd
story-game-gs > staging: improved logging/representation of game board
raj-open Sep 5, 2025
21f0ccc
story-game-gs > staging: corrected environment
raj-open Sep 5, 2025
aaaeb05
Merge pull request #3 from raj-open/story-game-gs
raj-open Sep 5, 2025
36c5743
staging > main: VERSION bump (minor)
raj-open Sep 5, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/auto.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:

touch .env && rm .env
echo "
MAIN_MODULE="code-challenges"
MAIN_MODULE="CodeChallenges"
PYTHON_PATH="python${{ env.PYTHON_VERSION }}"
ARCHITECTURE="${{ env.ARCHITECTURE }}"
RUST_BACKTRACE=full
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ jobs:
- name: Message
shell: bash
run: |-
echo "Not yet implemented"
echo "::warning::Not yet implemented"
9 changes: 5 additions & 4 deletions .github/workflows/manual.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:

touch .env && rm .env
echo "
MAIN_MODULE="code-challenges"
MAIN_MODULE="CodeChallenges"
PYTHON_PATH="python${{ env.PYTHON_VERSION }}"
ARCHITECTURE="${{ env.ARCHITECTURE }}"
RUST_BACKTRACE=full
Expand All @@ -106,14 +106,15 @@ jobs:
# only performed if qa passes and option set
deploy:
name: DEPLOY
needs: 'qa'
# job only runs if deploy-checkbox is selected
if: ${{ github.event.inputs.deploy == 'true' }}
runs-on: ${{ github.event.inputs.docker-image }}
environment: "${{ github.event.inputs.environment }}"
env: {}

steps:
- uses: actions/checkout@v4.2.2

- name: Message
shell: bash
run: |-
echo "Not yet implemented"
echo "::warning::Not yet implemented"
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/**
!/.gitignore
!/.gitattributes
!/.funcignore

# ----------------------------------------------------------------
# ROOT
Expand All @@ -11,6 +10,7 @@
!/LICENCE
!/justfile
!/Cargo.toml
!/rustfmt.toml
!/pyproject.toml
!/*.lock
!/.github
Expand Down
Loading
Loading