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

Feedback #1

Open
wants to merge 44 commits into
base: feedback
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
ef94d87
Setting up GitHub Classroom Feedback
github-classroom[bot] Nov 11, 2022
926d28d
Add files via upload
monty930 Nov 11, 2022
1bbfbd1
Delete rust-game.odt
monty930 Nov 11, 2022
d9c7b61
Update README.md
monty930 Nov 11, 2022
cca1307
Update README.md
monty930 Nov 11, 2022
39ee555
Update README.md
monty930 Nov 15, 2022
bdd04d9
Init commit.
monty930 Dec 4, 2022
72dc614
Added .gitignore.
monty930 Dec 4, 2022
9a6f4fb
Updated Cargo.toml
monty930 Dec 4, 2022
b41dbfc
Added player assets.
monty930 Dec 4, 2022
d4c58f3
Updated cargo.toml.
monty930 Dec 4, 2022
d396ab0
Player sprite and camera.
monty930 Dec 4, 2022
5ed56f2
Added bevy inspector (for debugging).
monty930 Dec 4, 2022
4aff032
Map, player moves & collision.
monty930 Dec 4, 2022
8aef7df
Update .gitignore.
monty930 Dec 4, 2022
3e467ba
Updated README.
monty930 Dec 4, 2022
46b1239
Added bushes & logic.
monty930 Dec 5, 2022
303c6ad
Cleanup.
monty930 Dec 5, 2022
8d1f7af
Added keys.
monty930 Dec 5, 2022
a83c323
Imported graphics.
monty930 Dec 5, 2022
dc2a0d1
Doors added.
monty930 Dec 5, 2022
447c769
Cleanup.
monty930 Dec 5, 2022
329a076
Update README.
monty930 Dec 5, 2022
a59517c
Cleanup.
monty930 Dec 6, 2022
b386ae2
Merge branch 'main' of https://github.com/mimuw-jnp2-rust/project-rus…
monty930 Dec 6, 2022
a2288cf
Code cleanup.
monty930 Dec 6, 2022
1164bfb
Added diamonds.
monty930 Dec 26, 2022
25f48dd
Update README.md
monty930 Dec 26, 2022
11a1de9
Updated readme.
monty930 Dec 26, 2022
daa89fa
Added diamonds
monty930 Dec 29, 2022
d00ed87
Update README.md
monty930 Dec 29, 2022
48cc567
Update README.md
monty930 Dec 29, 2022
5118038
Update README.md
monty930 Dec 29, 2022
56c3416
Update README.md
monty930 Jan 29, 2023
3a79252
second part
monty930 Jan 29, 2023
f78896f
second part
monty930 Jan 29, 2023
7fc5f3e
files
monty930 Jan 29, 2023
230e77d
saving-loading system
monty930 Jan 29, 2023
9829db5
fmt
monty930 Jan 29, 2023
54983e8
Update README.md
monty930 Jan 29, 2023
80305db
Added hammer.
monty930 Jan 31, 2023
ddbf834
style
monty930 Jan 31, 2023
7ab082f
Stones.
monty930 Jan 31, 2023
9542ea3
Style.
monty930 Jan 31, 2023
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: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/target
/assets-tmp
Loading