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

Allow for cows to be placed on a non-road square #1672

Open
1 task
faucomte97 opened this issue Jul 10, 2024 · 2 comments · Fixed by ocadotechnology/codeforlife-workspace#159 · May be fixed by #1746
Open
1 task

Allow for cows to be placed on a non-road square #1672

faucomte97 opened this issue Jul 10, 2024 · 2 comments · Fixed by ocadotechnology/codeforlife-workspace#159 · May be fixed by #1746
Assignees
Labels
in2science volunteers tasks that can be picked up

Comments

@faucomte97
Copy link
Contributor

Task Description

The level editor lets you place cows in the map. Currently, cows can only be placed on valid road squares, ie a road square that isn't a start or house square.
The user should also be able to place cows on any other square, for scenery purposes.

image

In this example, the cow on the road has been successfully placed whereas the cow in the "field" has not been registered as "placed" by the level creator.

Acceptance Criteria

  • Allow for cows to be placed on non road squares
@RaihanRasheedApurbo
Copy link

HI @faucomte97 can you assign me to this ticket? The description is quite clear.... can you help me pointing to similar MR or the files that I might start looking at to solve this issue.

@faucomte97
Copy link
Contributor Author

@RaihanRasheedApurbo This PR should be helpful 🙂 #1625

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment