Assignment 27 - Draw a Smiley Face!
Example Output
Learning Outcomes
- Grid Manipulation
- Object Oriented Programming
Goals
- Learn how to add the Bridges library to a project.
- Practice using the Bridges variables and functions to draw sprites and colors on a game grid.
Description
###Tasks
- Download the Bridges library from the Bridges website http://bridgesuncc.github.io/
- Follow the Getting Started tutorial for the IDE you are using http://bridgesuncc.github.io/bridges_setup.html
- Enter the assignment number, username, and api key values into the main method of the class file given to you for this assignment.
- Use the setBGColor(column, row, NamedColor); and drawSymbol(column, row, NamedSymbol, NamedColor); to decorate your game grid.
- Run your code and follow the link in the output to view your grid.
- Make changes as needed to adjust how your grid looks.
Extensions
Help
For C++
NonBlockingGame documentation
For Java
NonBlockingGame documentation
For Python
NonBlockingGame documentation