Wojciech Kubicki s483780
  • Joined on 2022-10-18
s483780 pushed to main at s483780/inteligenty-traktor 2024-04-29 15:32:59 +02:00
f85f5b4cdc feat: enable setting starting coords and direction from .env
s483780 pushed to main at s483780/inteligenty-traktor 2024-04-27 20:37:23 +02:00
c6b61e8f69 feat: store constants in .env for easier adjustments during presentations
s483780 pushed to main at s483780/inteligenty-traktor 2024-04-26 14:43:49 +02:00
79ce3cc3ec feat: automate tractor to find path using A* while avoiding vegetable tiles
s483780 pushed to master at s483780/git-webhook 2024-04-10 23:25:08 +02:00
8b3a2fcbe7 chore: delete README
s483780 pushed to main at s483780/inteligenty-traktor 2024-04-10 17:45:03 +02:00
699185b0c9 chore(readme): add instruction on how to start environment
s483780 pushed to main at s483780/inteligenty-traktor 2024-04-10 17:41:10 +02:00
a7db089ce4 feat(tractor): implement tank controls
a1d4895a7a feat(tractor): rotate tractor on left-right arrow keys
Compare 2 commits »
s483780 pushed to main at s483780/inteligenty-traktor 2024-04-10 17:33:10 +02:00
e6566cee48 feat: add new sprites & direction to tractor
s483780 pushed to main at s483780/inteligenty-traktor 2024-03-25 13:04:41 +01:00
505926461e feat(logs): print out growth modifier based on tile neighbours
s483780 pushed to main at s483780/inteligenty-traktor 2024-03-25 12:36:15 +01:00
5baf1c3a3d refactor(tractor): use icons to print statements in console log
2658f77669 feat(tractor): update water level and add replenish functionality
e4aa771022 style: fix inconsistent spacing & add newline at end of files
c99e738034 refactor(TILE_SIZE): load environment variables in config.py file
Compare 4 commits »
s483780 pushed to main at s483780/inteligenty-traktor 2024-03-25 02:16:17 +01:00
7c30177bf1 feat(tractor): add basic watering functionality
09b65e9fd1 feat(tractor): print how much water current tile needs
ff7e5c4b99 feat(tractor): add method to get current tile
7de410c59a refactor(tile_init): set type based on random vegetable
8ce604df46 feat(tile_type): randomly assign each tile a vegetable at init
Compare 8 commits »
s483780 pushed to main at s483780/inteligenty-traktor 2024-03-11 15:34:13 +01:00
6935761754 chore: add emojis to README 💅
s483780 pushed to main at s483780/inteligenty-traktor 2024-03-11 09:04:01 +01:00
08e4b09ca4 chore: update README
s483780 pushed to main at s483780/inteligenty-traktor 2024-03-11 08:55:43 +01:00
4ed53a01d5 fix: remove .env from remote repository
s483780 pushed to main at s483780/inteligenty-traktor 2024-03-11 08:25:59 +01:00
9b5256dcd9 chore: add '.env' file to gitignore
s483780 pushed to main at s483780/inteligenty-traktor 2024-03-11 01:55:57 +01:00
d9f07cdfe6 feat: adjust window size based on TILE_SIZE
s483780 pushed to main at s483780/inteligenty-traktor 2024-03-11 01:10:15 +01:00
f8e5d9574f fxi(images): prepend with 'src/' to load images in modules
s483780 pushed to main at s483780/inteligenty-traktor 2024-03-11 00:28:33 +01:00
7faf1c5ab7 chore: rename 'program' to 'src'
a406f499bf chore: add .DS_Store to gitignore
4a403d7786 chore: remove auto-generated __pycache__ directory
Compare 3 commits »
s483780 pushed to main at s483780/inteligenty-traktor 2024-03-11 00:20:28 +01:00
4c28c747c4 chore: ignore __pycache__ directory
s483780 pushed to main at s483780/inteligenty-traktor 2024-02-26 23:44:01 +01:00
8f3c3d263b revert: test
s483780 pushed to main at s483780/inteligenty-traktor 2024-02-26 23:43:04 +01:00
f05c0f874a test