Skip to content

Parameter verification for new instances of Pong and RaycastMaze #2

@barnesjt

Description

@barnesjt

Currently, Pong and RaycastMaze do not check the variables that are passed in when a new instance is created. Some values may cause undesired/undefined behavior. Other values can affect the stability of the program, potentially locking the whole program.

There are intended value ranges for the parameters, these should be checked for and asserted (but not modified).

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions