Coder Social home page Coder Social logo

tealsk12 / teals-minecraft Goto Github PK

View Code? Open in Web Editor NEW
4.0 4.0 4.0 181.46 MB

Minecraft-modding project for TEALS AP CompSci

Home Page: https://tealsk12.github.io/teals-minecraft/

License: Other

Java 43.58% Batchfile 2.05% CSS 1.53% HTML 52.60% Roff 0.24%
computer-science java minecraft school-education teachers tealsk12

teals-minecraft's People

Contributors

hollasch avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

teals-minecraft's Issues

Unable to Run Minecraft

Hello! I'm trying to run the Minecraft project in Eclipse (version 2020-06 (4.16.0), but there are errors. I think I have everything added to Eclipse correctly. Can you assist me with this?

MinecraftErrors

Convert project web site to Jekyll

The project web site is currently written in standard HTML + CSS. Converting this over to Jekyll would make it more accessible to contributors, and would take advantage of the many templates and tools that GitHub supports through Jekyll.

See About GitHub Pages and Jekyll for more information.

Startup Issue

[10:35:34] [main/INFO] [GradleStart]: Extra: []
Exception in thread "main" java.lang.ClassCastException: class jdk.internal.loader.ClassLoaders$AppClassLoader cannot be cast to class java.net.URLClassLoader (jdk.internal.loader.ClassLoaders$AppClassLoader and java.net.URLClassLoader are in module java.base of loader 'bootstrap')
at net.minecraftforge.gradle.GradleStartCommon.searchCoremods(GradleStartCommon.java:222)
at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:105)
at GradleStart.main(GradleStart.java:47)

Review import statements for student code

[Imported from original tealsMC repo]


Steve [hollasch]:
For each new file that students will write, enumerate the import statements they'll be using. This way we don't have to reference types like net.minecraft.world.World, and can just say World.


Connor [chollasch]:
It is quite possible that the majority of their imports will be via the net.minecraft package so we could even wildcard import all of the net.minecraft classes with the following:

import net.minecraft.*;

Michael [hawkerm]:
It won't grab subpackages that way though so in the example above they'd still need to import net.minecraft.world.* still too. We run into this with Space Battle too, but only have three packages they need at most throughout the project.


Steve [hollasch]:
Three packages should cover us as well, then.

Update project for /docs directory

Now that I've converted the teals-minecraft project GitHub pages from using the gh-pages branch to using the docs/ directory in the master branch, we need to update everything else in the project to reflect this.

For example, I need to update the project README, the project make command, and possibly other things. Find all other items that need to be cleaned up and update.

Create an instructors' page on the project web site

From original issue:
Note that we're not on the hook for a comprehensive teacher guide, but at least need to batch up the teacher materials in a single package. This package should include:

  • an overview of the scope and description of the project,
  • an enumeration of the requirements for project (open web access, Windows PC with either Eclipse or IntelliJ IDEA, teacher with GitHub account [maybe], and so forth).
  • an overview of the materials of the project,
  • a pointer to the project web site and downloads
  • the set of solution files,
  • any other explanatory material

Inappropriate messages on the Splash Screen

The Splash Screen has some inappropriate messages at times that would not be good for me to use with my class. How can I go about editing or deleting these messages?

Thanks for the help.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.