pranavavva / DNAGame

A DNA Quiz Game written in Java for DNA Day. I need the extra credit for my Bio class XD

Home Page:https://20avva.github.io/DNAGame

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CircleCI Build Status License: MIT

DNAGame

A simple DNA game written in Java, built with Maven, testing with JUnit, using (soon) Travis CI and CircleCI to check. For an extra credit assignment in my biology class.

Instructions

You need Maven and the JDK to build files. If you want to obtain a .jar, check my website soon. I will put up the .jar and the .class files up eventually.

Licensing

Licensed under MIT.

Project Tree

.
├── _config.yml
├── docs
│   ├── _config.yml
│   ├── DNAGame.tar.gz
│   ├── DNAGame.zip
│   ├── index.md
│   ├── MavenDoc
│   │   ├── css
│   │   │   ├── maven-base.css
│   │   │   ├── maven-theme.css
│   │   │   ├── print.css
│   │   │   └── site.css
│   │   ├── dependencies.html
│   │   ├── dependency-convergence.html
│   │   ├── dependency-info.html
│   │   ├── distribution-management.html
│   │   ├── images
│   │   │   ├── close.gif
│   │   │   ├── collapsed.gif
│   │   │   ├── expanded.gif
│   │   │   ├── external.png
│   │   │   ├── icon_error_sml.gif
│   │   │   ├── icon_info_sml.gif
│   │   │   ├── icon_success_sml.gif
│   │   │   ├── icon_warning_sml.gif
│   │   │   ├── logos
│   │   │   │   ├── build-by-maven-black.png
│   │   │   │   ├── build-by-maven-white.png
│   │   │   │   └── maven-feather.png
│   │   │   └── newwindow.png
│   │   ├── index.html
│   │   ├── plugin-management.html
│   │   ├── plugins.html
│   │   ├── project-info.html
│   │   └── project-summary.html
│   └── styles.css
├── pom.xml
├── README.md
└── src
    ├── main
    │   └── java
    │       └── me
    │           └── pavva
    │               └── DNAGame
    │                   ├── App.java
    │                   └── Question.java
    └── test
        └── java
            └── me
                └── pavva
                    └── DNAGame

16 directories, 35 files

About

A DNA Quiz Game written in Java for DNA Day. I need the extra credit for my Bio class XD

https://20avva.github.io/DNAGame


Languages

Language:Java 100.0%