Added dice armor

This commit is contained in:
thepaperpilot 2018-03-17 15:37:00 -05:00
parent 44425a319f
commit 266b895ed5
27 changed files with 61 additions and 19 deletions

Binary file not shown.

View file

@ -4,7 +4,5 @@ kramdown:
input: GFM input: GFM
parse_block_html: true parse_block_html: true
permalink: /:title/ permalink: /:title/
paginate: 5
gems: [jekyll-paginate]
collections: collections:
content: content:

View file

@ -0,0 +1,5 @@
---
layout: default
title: Babble MM Screenshot
---
![](/assets/babble-assets/babblemm screenshot.png)

View file

@ -0,0 +1,5 @@
---
layout: default
title: Dice Armor Mobile Screenshot
---
![](/assets/dicearmor-assets/mobile.png)

View file

@ -0,0 +1,5 @@
---
layout: default
title: Dice Armor Cutscene Screenshot
---
![](/assets/dicearmor-assets/cutscene.png)

View file

@ -0,0 +1,5 @@
---
layout: default
title: Dice Armor Publishing
---
After the end of the semester, Dice Armor will be published as a web game and windows, mac, and linux app on itch.io as well as a mobile app on the Google Play store and iOS app store. The game has been developed with flexible resolutions and aspect ratios in mind. Monetization strategies and whether or not to make the code open source is not yet determined.

View file

@ -0,0 +1,9 @@
---
layout: default
title: Dice Armor Summary
---
Dice Armor is a game being developed by a team of nine including a producer, a creative director, a narrative writer, an artist, two programmers, and 3 game designers. The information here is about our most recent build, created after nine weeks of development of 15. My role is the lead programmer, doing everything from interface coding, editor scripts, integrating Babble Buds, and of course everything related to the gameplay itself.
Dice Armor is a dice dueling game. Players can use abilities, flip dice, and attack each other to win in a dice game that puts chance into the hands of the players. The game comes with a full campaign (only the first chapter is currently implemented, but we are on schedule to have the entire story included in the final build), using my own Babble Buds engine for the cutscenes. It is also the first project to use Babble Movie Maker to create those cutscenes.
Because this game is still in development, there are some buttons present to make the game easier to test that won't be in the final build: You start with all the dice in the game already in the shop, there's a button to give yourself free money to buy these dice with, and in the duel there are buttons to force a win or a loss, which can be used to skip the tutorial (not recommended for first time players).

View file

@ -0,0 +1,5 @@
---
layout: default
title: Scripting for Games Intro
---
These games were each made over a couple of weeks as part of a college course called Scripting for Games. They were each intended to test our proficiency at a couple parts of Unity programming. Unfortunately the projects often, just through poor timing, coincided with projects and exams from other courses, but I did my best to innovate each time. I was a bit too ambitious with the final project, Start, where I had intended to use procedural generation to create music to the correct tempo for the player to take their actions to. Instead I had to remove that feature and replace it with some music I'm not super happy with. Additionally, needing to do everything - not just the programming but also making the enemies, particle effects, levels, etc. means these projects aren't the _best_ examples of what I can do in Unity, but should illustrate a decent level of competency. For a better example where I got to just focus on the programming and had time to add things like scriptable objects with custom editor scripts, check out [Dice Armor](/dicearmor).

View file

@ -3,7 +3,7 @@ layout: default
title: Space Game title: Space Game
category: Game category: Game
cards: [Space Game, Space Game Screenshot 1, Space Game Screenshot 2, Space Game Screenshot 3, Space Game Screenshot 4, Space Game Screenshot 5, Space Game Screenshot 6, Space Game Screenshot 7] cards: [Space Game, Space Game Screenshot 1, Space Game Screenshot 2, Space Game Screenshot 3, Space Game Screenshot 4, Space Game Screenshot 5, Space Game Screenshot 6, Space Game Screenshot 7]
links: ["Store Page|https://thepaperpilot.itch.io/space-game"] links: ["Download Game|https://thepaperpilot.itch.io/space-game"]
tags: [java, libgdx] tags: [java, libgdx]
--- ---
Fulfill your curiosity in this arcade shooter with a focus on experimentation, rather than survival. Fulfill your curiosity in this arcade shooter with a focus on experimentation, rather than survival.

View file

@ -3,7 +3,7 @@ layout: default
title: 12 is Strange title: 12 is Strange
category: Game category: Game
cards: [12 is Strange] cards: [12 is Strange]
links: ["Source Code|https://github.com/thepaperpilot/12-is-strange", "Store Page|https://thepaperpilot.itch.io/12-is-strange"] links: ["Source Code|https://github.com/thepaperpilot/12-is-strange", "Play Game|https://thepaperpilot.itch.io/12-is-strange"]
tags: [java, libgdx, sgda] tags: [java, libgdx, sgda]
--- ---
This is a point and click adventure made in under 48 hours for UT Dallas' SDGA Fall 2015 Game Jam! This is a point and click adventure made in under 48 hours for UT Dallas' SDGA Fall 2015 Game Jam!

View file

@ -5,7 +5,7 @@ category: Game
banner: solar banner: solar
cards: [Solar TD, Solar TD Screenshot 1, Solar TD Screenshot 2, Solar TD Screenshot 3, Solar TD Screenshot 4, Solar TD Screenshot 5, Solar TD Screenshot 6] cards: [Solar TD, Solar TD Screenshot 1, Solar TD Screenshot 2, Solar TD Screenshot 3, Solar TD Screenshot 4, Solar TD Screenshot 5, Solar TD Screenshot 6]
featured: true featured: true
links: ["Source Code|https://github.com/thepaperpilot/SolarTD", "Store Page|http://thepaperpilot.itch.io/solar-td"] links: ["Source Code|https://github.com/thepaperpilot/SolarTD", "Play Game|http://thepaperpilot.itch.io/solar-td"]
tags: [java, libgdx] tags: [java, libgdx]
--- ---
A game inspired by Onslaught TD, an old flash game. Now its in HTML5 and in space, with some other new mechanics. Made in 24 hours for the libGDX game jam. A game inspired by Onslaught TD, an old flash game. Now its in HTML5 and in space, with some other new mechanics. Made in 24 hours for the libGDX game jam.

View file

@ -5,7 +5,7 @@ category: Game
banner: fourth banner: fourth
cards: [Fourth Order, Fourth Order Title] cards: [Fourth Order, Fourth Order Title]
featured: true featured: true
links: ["Source Code|https://github.com/thepaperpilot/fourth-order", "Store Page|https://thepaperpilot.itch.io/fourth-order"] links: ["Source Code|https://github.com/thepaperpilot/fourth-order", "Play Game|https://thepaperpilot.itch.io/fourth-order"]
tags: [java, libgdx, sgda] tags: [java, libgdx, sgda]
--- ---
A game made in under 48 hours for UT Dallas' SGDA Spring 2016 Game Jam! A match-3 puzzle RPG, reminiscent of Puzzle Quest. A game made in under 48 hours for UT Dallas' SGDA Spring 2016 Game Jam! A match-3 puzzle RPG, reminiscent of Puzzle Quest.

View file

@ -5,7 +5,7 @@ category: Game
banner: shape banner: shape
cards: [Shape Tycoon, Shape Tycoon Screenshot 1, Shape Tycoon Screenshot 2, Shape Tycoon Screenshot 3, Shape Tycoon Screenshot 4, Shape Tycoon Screenshot 5] cards: [Shape Tycoon, Shape Tycoon Screenshot 1, Shape Tycoon Screenshot 2, Shape Tycoon Screenshot 3, Shape Tycoon Screenshot 4, Shape Tycoon Screenshot 5]
featured: true featured: true
links: ["Source Code|https://github.com/thepaperpilot/shape-tycoon", "Store Page|https://thepaperpilot.itch.io/shape-tycoon", "Ludum Dare Entry|http://ludumdare.com/compo/ludum-dare-35/?action=preview&uid=90524"] links: ["Source Code|https://github.com/thepaperpilot/shape-tycoon", "Play Game|https://thepaperpilot.itch.io/shape-tycoon", "Ludum Dare Entry|http://ludumdare.com/compo/ludum-dare-35/?action=preview&uid=90524"]
tags: [java, libgdx, ludum dare] tags: [java, libgdx, ludum dare]
--- ---
Shape Tycoon is a game made for Ludum Dare 35 where you play as a shape that can shift between several geometric objects in order to entertain an audience. Try to become so popular the entire world is your audience! Shape Tycoon is a game made for Ludum Dare 35 where you play as a shape that can shift between several geometric objects in order to entertain an audience. Try to become so popular the entire world is your audience!

View file

@ -3,7 +3,7 @@ layout: default
title: One Click Man title: One Click Man
category: Game category: Game
cards: [One Click Man] cards: [One Click Man]
links: ["Source Code|https://github.com/thepaperpilot/OneClickMan", "Store Page|https://thepaperpilot.itch.io/one-click-man"] links: ["Source Code|https://github.com/thepaperpilot/OneClickMan", "Play Game|https://thepaperpilot.itch.io/one-click-man"]
tags: [java, libgdx] tags: [java, libgdx]
--- ---
A small game made for the one button jam that explores the idea of being able to defeat any opponent in a single click. Made for the One Button Jam 2016 in under a week. A small game made for the one button jam that explores the idea of being able to defeat any opponent in a single click. Made for the One Button Jam 2016 in under a week.

View file

@ -5,7 +5,7 @@ category: Game
banner: nan banner: nan
cards: [NaN, NaN Screenshot 1, NaN Screenshot 2, NaN Screenshot 3] cards: [NaN, NaN Screenshot 1, NaN Screenshot 2, NaN Screenshot 3]
featured: true featured: true
links: ["Source Code|https://github.com/thepaperpilot/NaN", "Store Page|https://thepaperpilot.itch.io/nan"] links: ["Source Code|https://github.com/thepaperpilot/NaN", "Download Game|https://thepaperpilot.itch.io/nan"]
tags: [python, pygame, chillenium] tags: [python, pygame, chillenium]
--- ---
A game made in 48 hours for the 3rd Annual Chillenium at Texas A&M University. It was made by Anthony Lawn and Grant Barbee. The theme was "foofaraw", which basically means to make a big deal about nothing. A game made in 48 hours for the 3rd Annual Chillenium at Texas A&M University. It was made by Anthony Lawn and Grant Barbee. The theme was "foofaraw", which basically means to make a big deal about nothing.

View file

@ -3,7 +3,7 @@ layout: default
title: Tower of Penultimate Sorcery title: Tower of Penultimate Sorcery
category: Game category: Game
cards: [Tower of Penultimate Sorcery] cards: [Tower of Penultimate Sorcery]
links: ["Source Code|https://github.com/thepaperpilot/Tower-Of-Penultimate-Sorcery", "Store Page|https://thepaperpilot.itch.io/tower-of-penultimate-sorcery"] links: ["Source Code|https://github.com/thepaperpilot/Tower-Of-Penultimate-Sorcery", "Play Game|https://thepaperpilot.itch.io/tower-of-penultimate-sorcery"]
tags: [rpg maker, sgda] tags: [rpg maker, sgda]
--- ---
A puzzle adventure game made in 48 hours for the Spring 2017 Game Jam by UTD's SGDA. It was made by Anthony Lawn and Grant Barbee in RPG Maker MV. The theme was "loops", which you'll find very relevant while solving the puzzles. A puzzle adventure game made in 48 hours for the Spring 2017 Game Jam by UTD's SGDA. It was made by Anthony Lawn and Grant Barbee in RPG Maker MV. The theme was "loops", which you'll find very relevant while solving the puzzles.

View file

@ -3,8 +3,8 @@ layout: default
title: Babble Buds title: Babble Buds
category: Software category: Software
banner: babble banner: babble
cards: [Babble Buds, Babble Buds Screenshot, Engine, Movie Maker] cards: [Babble Buds, Babble Buds Screenshot, Engine, Movie Maker, Babble MM Screenshot]
links: ["Source Code|https://github.com/thepaperpilot/Babble-Buds", "URealms Post|https://forums.urealms.com/discussion/272/babble/p1", "Babble Buds Download Page|https://github.com/thepaperpilot/Babble-Buds/releases", "Babble Movie Maker Download Page|https://github.com/thepaperpilot/BabbleMovieMaker/releases"] links: ["Source Code|https://github.com/thepaperpilot/Babble-Buds", "URealms Post|https://forums.urealms.com/discussion/272/babble/p1", "Babble Buds Download Page|https://github.com/thepaperpilot/Babble-Buds/releases", "Babble Movie Maker Download Page|https://github.com/thepaperpilot/BabbleMovieMaker/releases"]
tags: [javascript, pixi.js] tags: [javascript, pixi.js]
--- ---
A free, open source virtual puppet show engine for pixi.js and unity, as well as an accompanying electron-based software suite A free, open source virtual puppet show engine for pixi.js and unity, as well as an accompanying electron-based software suite. Use it for enhancing your digital tabletop roleplaying game, creating silly videos, or even cutscenes in a videogame!

View file

@ -5,7 +5,7 @@ category: Game
banner: slime banner: slime
cards: [Slime Chargers Embed, Slime Chargers!, Slime Chargers Screenshot 1, Slime Chargers Screenshot 2, Slime Chargers Screenshot 3, Slime Chargers Screenshot 4] cards: [Slime Chargers Embed, Slime Chargers!, Slime Chargers Screenshot 1, Slime Chargers Screenshot 2, Slime Chargers Screenshot 3, Slime Chargers Screenshot 4]
featured: true featured: true
links: ["Source Code|https://github.com/thepaperpilot/Slime-Chargers", "Store Page|https://thepaperpilot.itch.io/ld39", "Ludum Dare Entry|https://ldjam.com/events/ludum-dare/39/slime-chargers"] links: ["Source Code|https://github.com/thepaperpilot/Slime-Chargers", "Play Game|https://thepaperpilot.itch.io/ld39", "Ludum Dare Entry|https://ldjam.com/events/ludum-dare/39/slime-chargers"]
tags: [javascript, pixi.js, ludum dare] tags: [javascript, pixi.js, ludum dare]
--- ---
A game made for Ludum Dare 39 about using slimes to charge crystals. A game made for Ludum Dare 39 about using slimes to charge crystals.

View file

@ -3,8 +3,8 @@ layout: default
title: Scripting for Games title: Scripting for Games
category: Game category: Game
banner: scripting banner: scripting
cards: [Questable, Incarcerated, Start] cards: [Scripting for Games Intro, Questable, Incarcerated, Start]
featured: false featured: true
links: ["Source Code|https://github.com/thepaperpilot/Scripting-For-Games", "Questable|/assets/scripting-assets/Questable/index.html", "Incarcerated|/assets/scripting-assets/Incarcerated/index.html", "Start|/assets/scripting-assets/Start/index.html"] links: ["Source Code|https://github.com/thepaperpilot/Scripting-For-Games", "Questable|/assets/scripting-assets/Questable/index.html", "Incarcerated|/assets/scripting-assets/Incarcerated/index.html", "Start|/assets/scripting-assets/Start/index.html"]
tags: [c#, unity] tags: [c#, unity]
--- ---

View file

@ -5,7 +5,7 @@ category: Game
banner: toweroffense banner: toweroffense
cards: [Tower Offense Embed, Tower Offense, Tower Offense Screenshot 1, Tower Offense Screenshot 2, Tower Offense Screenshot 3] cards: [Tower Offense Embed, Tower Offense, Tower Offense Screenshot 1, Tower Offense Screenshot 2, Tower Offense Screenshot 3]
featured: true featured: true
links: ["Source Code|https://github.com/thepaperpilot/Tower-Offense", "Store Page|https://thepaperpilot.itch.io/tower-offense"] links: ["Source Code|https://github.com/thepaperpilot/Tower-Offense", "Play Game|https://thepaperpilot.itch.io/tower-offense"]
tags: [javascript, pixi.js, chillenium] tags: [javascript, pixi.js, chillenium]
--- ---
A game made in 48 hours for the 4th Annual Chillenium at Texas A&M University. It was made by Team NaN, consisting of Anthony Lawn, Grant Barbee, Hudson Bielstein, and Daniel Casper. The theme was "Role Reversal". A game made in 48 hours for the 4th Annual Chillenium at Texas A&M University. It was made by Team NaN, consisting of Anthony Lawn, Grant Barbee, Hudson Bielstein, and Daniel Casper. The theme was "Role Reversal".

View file

@ -0,0 +1,9 @@
---
layout: default
title: Dice Armor
category: Game
banner: dice
cards: [Dice Armor Summary, Dice Armor Cutscene Screenshot, Dice Armor Publishing, Dice Armor Mobile Screenshot]
tags: [c#, unity]
---
Roll your armor, attack your opponent, and seize victory in this dice dueling game. Collect dice with varying abilities, elements, and stats as you play through an action-packed adventure! I am the lead programmer on a team of nine creating this game in a semester long college course.

Binary file not shown.

After

Width:  |  Height:  |  Size: 334 KiB

BIN
assets/banners/dice.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 345 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 246 KiB

After

Width:  |  Height:  |  Size: 304 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 MiB

View file

@ -2,13 +2,14 @@
layout: default layout: default
title: The Paper Pilot title: The Paper Pilot
nocard: true nocard: true
featured: [Babble Buds] featured: [Dice Armor, Babble Buds]
--- ---
<div class="card"> <div class="card">
<div class="card-content"> <div class="card-content">
<span class="card-title">Hello!</span> <span class="card-title">Hello!</span>
<p>I'm Anthony Lawn, or "The Paper Pilot", and I develop free, open source programs and games, using a variety of languages and engines. I'm currently working towards my B.S. in Computer Science, after which I plan to go on to earning a Masters degree in the same, with a focus on Data Science.</p> <p>I'm Anthony Lawn, or "The Paper Pilot", and I develop free, open source programs and games in my spare time, using a variety of languages and engines. I'm currently working towards my B.S. in Computer Science, after which I plan to go on to earning a Masters degree in the same, with a focus on Data Science.</p>
<p>I really liked playing free online games growing up, but most of those sites have died- Armor games peaked in 2010! I do not believe mobile games have the same effect since you can't develop on a phone. I believe there needs to be a new generation of these kinds of sites, with those kinds of games, to inspire the next generation of game developers and computer scientists. That's why I want to make free online games anyone can play, and see how they work. No credit cards or even admin privileges required. All free, and open source. Enjoy :)</p> <span class="card-title">Why are most of your projects free and open source?</span>
<p >I really liked playing free online games growing up, but most of those sites have died- Armor games peaked in 2010! I do not believe mobile games have the same effect since, as a kid playing a game on a phone, you can't just think "This is fun I want to make one of these" unless you also have a computer. I believe there needs to be a new generation of sites with free online games (like <a href="https://itch.io/">itch.io</a>!) to inspire the next generation of game developers and computer scientists. That's why I want to make free online games anyone can play, and see how they work. No credit cards or even admin privileges required. All free, and open source. Enjoy :)</p>
</div> </div>
</div> </div>