OOP Java for the AP CompSci A Test
Date | Title & Description | Contributors |
---|---|---|
2022-08-05 | You can get a lot of insight in how coding works and how an Integrated Development Environment (IDE can help the process of compiling, and executing the code you write. |
|
2020-08-11 | Installing the Java JDK 8 SE on Windows 10 for learning AP Computer Science A. Links mentioned in the video:mathorama.com/wikiSummer Assignment Links linksjava se jdk8 downloads.htmlhttps://bluej.org/versions.html Subscribe to APCS Java |
|
2013-04-07 | Stage 3 Enemies are made and tested. VideoSource code is at http://apcs.mathorama.com/index.php?n=Main.SimpleGameTutorial and the game is at http://www.mathorama.com/ChickenLittle.html If you missed Stage 1, you can get it at http://www.youtube.com/w... |
|
2013-04-07 | Stage 2 of the Game Applet is making the player and have it be controlled with keyboard input.Source code is at apcs.mathorama.com and the game is at www.mathorama.com/ChickenLittle.htmlVideoYouTubeIf you missed Stage 1, you can get it at here |
|
2013-04-05 | Stage 1: Load the art and sounds to your eclipse project, so you can export your game into a .jar file to easily upload to a web site. You can get to the game and the source files at: Link to GameLink to Source Code Link to VideoLink to Video on YouTu... |
|
2013-03-10 | Gridworld Overview Video |
|
2012-11-23 | Making Images With GIMPYou can download from http://www.gimp.org I show how to use some features in GIMP (from www.gimp.org) a open source image editor to use with your programs. First, drawing a picture from scratch, then cleaning up a photo, and fin... |
|
2012-08-21 | Installing BlueJ 2012 Video Here is a 2012 version to check to make sure your Java SDK and BlueJ IDE installation is working correctly. While I'm using Ubuntu 12.04 to show this, it works pretty much the same in Windows and OSX. |
|
2011-11-23 | Here is a customized World for Gridworld where the message on the top is updated to show how many bugs there are and the location of the furthest Bug in the grid. You need to implement the Comparator interface for the grid world Bug class. You need to ... |
|
2011-10-23 | Part 3 of the One to Ten Game which explains the Player Class. You can see a working copy at http://www.mathorama.com/OneToTenConsole.html |
|