Преглед на файлове

Rename project to WalrusRPG

Streetwalrus Einstein преди 10 години
родител
ревизия
e09ce7bfcb
променени са 3 файла, в които са добавени 7 реда и са изтрити 5 реда
  1. 1 1
      LICENSE
  2. 1 1
      Makefile
  3. 5 3
      README.md

+ 1 - 1
LICENSE

@@ -1,6 +1,6 @@
 The MIT License (MIT)
 
-Copyright (c) 2014 The Pokespire Team
+Copyright (c) 2015 Streetwalrus
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Makefile

@@ -1,4 +1,4 @@
-NAME = Pokespire
+NAME = WalrusRPG
 
 DEBUG = FALSE
 

+ 5 - 3
README.md

@@ -1,8 +1,10 @@
-# Pokespire
+# WalrusRPG
 
-A Pokémon clone for the TI-Nspire. There's still a lot of work before anything works.
+A J-RPG engine for the TI-Nspire. There's still a lot of work before anything works.
 
 ## Compiling
 
-The build system currently depends on [makeheaders](http://www.hwaci.com/sw/mkhdr/), Vogtinator's [ConvertImg](https://github.com/Vogtinator/ConvertImg), as well as GNU Make and the Ndless toolchain.
+The build system currently depends on [makeheaders](http://www.hwaci.com/sw/mkhdr/),
+Vogtinator's [ConvertImg](https://github.com/Vogtinator/ConvertImg), as well as
+GNU Make and the Ndless toolchain.